Skip to content
This repository was archived by the owner on Nov 23, 2017. It is now read-only.

Document gather's undeterministic scheduling of awaitables and coroutines #433

Conversation

JustinTArthur
Copy link

Resolves #432. This is probably the best performing solution. The workaround for a programmer that wishes their coroutine objects to be undertaken in a deterministic order is for them to schedule the execution on the loop themselves with asyncio.ensure_future or loop.create_task before calling asyncio.gather.

…eduled in the same order they were passed in.
@JustinTArthur
Copy link
Author

#434 is an alternative to this.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants