plumpy.events module
Event and loop related classes and functions
-
plumpy.events.get_or_create_event_loop() → AbstractEventLoop[source]
Get the running event loop, or the current set loop, or create and set a new one.
Note: aiida should never call on asyncio.get_event_loop() directly.