-
Notifications
You must be signed in to change notification settings - Fork 62
Closed
Labels
Description
(original issue on GitLab)
opened by Joseph Weston (@jbweston) at 2017-07-25T15:34:32.067Z
We should add 2 classes:
- A blocking executor whos
submitmethod literally just calls the function and sets the result on a new future before returning it A non-blocking executor that just calls the function in a new coroutine and returns a future to the result
Reactions are currently unavailable