This project is archived. Its data is read-only.

Add a sequential executor

We should add 2 classes:

  • A blocking executor whos submit method 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
Edited Oct 31, 2017 by Bas Nijholt
Assignee Loading
Time tracking Loading