Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fileinstall: run coros in the background if loop already running
* Allow Rose file installation to be called by code which already has an event loop running by scheduling coroutines to run in the background (i.e. schedule but don't await). * The calling code can list these tasks using `asyncio.all_tasks()` and await them as appropriate. * Addresses cylc/cylc-rose#274
- Loading branch information