-
-
Notifications
You must be signed in to change notification settings - Fork 14.9k
Add task forwarding #6934
Copy link
Copy link
Closed
Labels
A-runtimeArea: std's runtime and "pre-main" init for handling backtraces, unwinds, stack overflowsArea: std's runtime and "pre-main" init for handling backtraces, unwinds, stack overflows
Metadata
Metadata
Assignees
Labels
A-runtimeArea: std's runtime and "pre-main" init for handling backtraces, unwinds, stack overflowsArea: std's runtime and "pre-main" init for handling backtraces, unwinds, stack overflows
Type
Fields
Give feedbackNo fields configured for issues without a type.
A scheduler set up to forward tasks refuses to schedule any tasks which are not pinned to it, instead sending them through a SchedHandle to some other scheduler.
For implementing 1:1 scheduling and the platform thread.