clize icon indicating copy to clipboard operation
clize copied to clipboard

Add asyncio bootstrapper decorator

Open epsy opened this issue 7 years ago • 0 comments

The decorator would allow the use of async functions by running them using loop.run_until_complete. This should be implemented in a way that doesn't prevent execution if asyncio isn't present. (import within the decorator will do)

epsy avatar May 24 '17 21:05 epsy