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

Ensure order of tasks scheduled on event loop by gather is deterministic. #434

Conversation

JustinTArthur
Copy link

Resolves #432. Likely a wee bit slower in most Python implementations as before this change, the interpreter had no obligation to order when uniqueness was established via a simple construction of a set. However, the programmer can now achieve a predictable order of scheduling (and possibly execution) of their awaitables or coroutines.

@JustinTArthur
Copy link
Author

#433 is an alternative to this.

@gvanrossum gvanrossum closed this Sep 29, 2016
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