-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Open
Labels
A-tokioArea: The main tokio crateArea: The main tokio crateC-feature-requestCategory: A feature request.Category: A feature request.M-runtimeModule: tokio/runtimeModule: tokio/runtime
Description
The multi-threaded scheduler includes a per-worker LIFO slot used to store the last scheduled task. This can improve certain usage patterns, especially message passing between tasks. However, this LIFO slot is not currently stealable.
As a temporary workaround, #4936 adds an unstable configuration option to disable the LIFO slot.
fulmicoton, guilload, MortenLohne, iguridi, frozenspider and 4 more
Metadata
Metadata
Assignees
Labels
A-tokioArea: The main tokio crateArea: The main tokio crateC-feature-requestCategory: A feature request.Category: A feature request.M-runtimeModule: tokio/runtimeModule: tokio/runtime