Skip to content

Nestable tasks #58

@localghost

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?)

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions