2
0
Fork 1
mirror of https://github.com/async-rs/async-std.git synced 2025-04-25 09:46:49 +00:00
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
2019-11-13 20:32:37 +01:00
..
executor Optimization: a slot for the next task to run (#529) 2019-11-13 20:32:37 +01:00
block_on.rs Cleanup stream traits (#487) 2019-11-09 11:22:09 +01:00
builder.rs Cleanup stream traits (#487) 2019-11-09 11:22:09 +01:00
current.rs Refactor the task module (#421) 2019-11-01 02:45:33 +01:00
join_handle.rs Refactor the task module (#421) 2019-11-01 02:45:33 +01:00
mod.rs stabilize task::yield_now 2019-11-12 02:10:55 +01:00
sleep.rs add stream::interval (#298) 2019-10-15 15:30:24 +02:00
spawn.rs Cleanup stream traits (#487) 2019-11-09 11:22:09 +01:00
spawn_blocking.rs Delete unused import 2019-11-12 00:38:22 +01:00
task.rs Refactor the task module (#421) 2019-11-01 02:45:33 +01:00
task_id.rs Refactor the task module (#421) 2019-11-01 02:45:33 +01:00
task_local.rs Add "std" feature flag (#476) 2019-11-07 23:56:58 +00:00
yield_now.rs stabilize task::yield_now 2019-11-12 02:10:55 +01:00