@floere just discovered the following race-condition: - You schedule a task - And then quickly call Scheduler#join The bug is most likely in Scheduler#spawn, where the task is removed from the task_producer queue but not yet created as a process.
@floere just discovered the following race-condition:
The bug is most likely in Scheduler#spawn, where the task is removed from the task_producer queue but not yet created as a process.