Lib.rs
› 关键词
#
future
#
deadlock
#
mutex
#
no-alloc
#
async-task
#
non-preemptive
单线程
关键词
搜索
one-shot-mutex
一次性锁,在竞争时恐慌而不是(死锁)
v
0.1.1
800
#
mutex
#
deadlock
#
single-thread
#
no-alloc
juggle
在无_std 支持的单线程环境中进行协作多任务处理的异步任务切换
v
0.1.1
#
async-task
#
async
#
schedule
#
future
#
non-preemptive
#
single-thread
#
task-scheduler
synchrotron
基于 futures 的单线程忙等待执行器
v
0.1.0
#
executor
#
future
#
single-thread
#
futures