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
Martin Glagla 7fecd0d710 add task::try_current 3 years ago
..
block_on.rs feat: add basic wasm support 4 years ago
builder.rs fix tokio compatibility 4 years ago
current.rs add task::try_current 3 years ago
join_handle.rs feat: move executor to async-global-executo 4 years ago
mod.rs add task::try_current 3 years ago
ready.rs Remove unused macros (#610) 5 years ago
sleep.rs add stream::interval (#298) 5 years ago
spawn.rs Cleanup stream traits (#487) 5 years ago
spawn_blocking.rs Update async-global-executor and add tokio feature for tokio 1.0 3 years ago
spawn_local.rs fix doc missing in #815 4 years ago
task.rs implement task locals 4 years ago
task_id.rs Test and fix 32 bit targets 4 years ago
task_local.rs Replace deprecated compare_and_swap with compare_exchange 3 years ago
task_locals_wrapper.rs implement task locals 4 years ago
yield_now.rs switch to smol instead of an internal runtime 4 years ago