Skip to content

Instantly share code, notes, and snippets.

@dmitryelagin
Created October 8, 2020 08:27
class Future {
Future() : _zone = Zone.current; // Save current zone on creation
final Zone _zone;
// ...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment