-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
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?)
Reactions are currently unavailable