summaryrefslogtreecommitdiff
path: root/monoio/src/task
AgeCommit message (Collapse)Author
2023-08-31注释zy
2023-08-31task drive 相关梳理zy
2023-08-23一些注释zy
2023-08-17refactor: use thread_local (#204)ihc童鞋@提不起劲
2023-08-16feat: support JoinHandle is_finished (#203)ihc童鞋@提不起劲
2023-07-03feat: support unix datagram (#183)ihc童鞋@提不起劲
* feat: support unix datagram * fix: clippy
2022-11-01feat: support spawn_blocking (#124)ihc童鞋@提不起劲
* feat: support spawn_blocking * feat: add default impl for ThreadPool * feat: allow waker woken from any thread
2022-10-26fix: make waker Send + Sync when across threads because we cannot stop users ↵ihc童鞋@提不起劲
do that (#121) * fix: make waker Send + Sync when across threads because we cannot stop users do that * chore: cargo clippy fix * fix: record owner_id in task even when sync not enabled; check owner_id to make sure task is not woken on wrong thread
2022-09-01feat: support splice and zero_copy (#103)ihc童鞋@提不起劲
2022-07-27chore: add rustfmt.toml & do fmt (#93)ihc童鞋@提不起劲
2022-07-12fix: replace RawBuf with IoVecWrapper for drop safe; impl SinkExt (#84)ihc童鞋@提不起劲
* fix: replace RawBuf with IoVecWrapper for drop safe * impl SinkExt
2022-02-23correct cfg(not(feature = "sync")) mistake (#57)jon-chuang
2022-02-07chore: fix typo of io_uring and minor refactor (#49)Lei Zhao
Signed-off-by: youjiali1995 <[email protected]>
2021-12-29feat: use tracing instead of eprintln as debug output (#37)ihc童鞋@提不起劲
2021-12-02Init: open-sourceihciah