You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
async-std/src/task
Stjepan Glavina 0c2282ffdc
Optimization: a slot for the next task to run (#529)
* Optimization: a slot for the next task to run

* Only notify workers when a task is pushed into a queue
5 years ago
..
executor Optimization: a slot for the next task to run (#529) 5 years ago
block_on.rs Cleanup stream traits (#487) 5 years ago
builder.rs Cleanup stream traits (#487) 5 years ago
current.rs Refactor the task module (#421) 5 years ago
join_handle.rs Refactor the task module (#421) 5 years ago
mod.rs stabilize task::yield_now 5 years ago
sleep.rs add stream::interval (#298) 5 years ago
spawn.rs Cleanup stream traits (#487) 5 years ago
spawn_blocking.rs Delete unused import 5 years ago
task.rs Refactor the task module (#421) 5 years ago
task_id.rs Refactor the task module (#421) 5 years ago
task_local.rs Add "std" feature flag (#476) 5 years ago
yield_now.rs stabilize task::yield_now 5 years ago