YieldExecutor #22
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Add a yield executor, yielding the current thread when no tasks is available.
The waker of this executor will need to hold the thread ID as well so that it can be rescheduled again.
This feature if implemented invalidates #19
Maybe #19 might still be relevant after all, who knows