Skip to content

Add a sequential executor #138

@jbweston

Description

@jbweston

(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 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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions