gain
gain copied to clipboard
Does it work on OSX?
The readme says:
pip install uvloop (Only linux)
Does it mean that gain
can't be used on a Mac?
try: import uvloop
asyncio.set_event_loop_policy(uvloop.EventLoopPolicy())
except ImportError: pass