theelous3 / multio

A unifying library for curio and trio, supporting both async libs for great good.
MIT License
58 stars 7 forks source link

Use sniffio #21

Open miracle2k opened 6 years ago

miracle2k commented 6 years ago

How about multio makes multio.init optional, and uses sniffio to initialize itself? I suppose we'd have to make curio support sniffio first.

Possibly, init could be removed completely.