Skip to content

Nestable tasks #58

Description

@localghost

Tasks that are posted from within a task. They are not a problem - they will be enqueued as regular tasks - unless current task explicitly waits on them.

Possible solutions:

  • for worker threads it might be possible to post the task to a different thread (what if all threads are waiting for some tasks)
  • for named threads it might be necessary to call the function directly (what about using coroutines?)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions