oremanj / greenback

Reenter an asyncio or Trio event loop from synchronous code
https://greenback.readthedocs.io/
Other
77 stars 2 forks source link

Document differences with other libraries of this genre #33

Open oremanj opened 2 months ago

oremanj commented 2 months ago

Python packages ‘awaitlet’ and ‘greenletio’ do very similar things to greenback. We should get a better understanding of their implementations and document the differences between these.