about summary refs log tree commit diff
path: root/library/core/src/task/mod.rs
AgeCommit message (Expand)AuthorLines
2024-01-20feat: add LocalWaker type, ContextBuilder type, and LocalWake trait.Tomás Vallotton-1/+1
2023-05-19remove unstable `Poll::ready`Ibraheem Ahmed-2/+0
2022-07-18stabilize `core::task::ready!`Yoshua Wuyts-1/+1
2021-10-11Add library tracking issue for poll_ready featureDavid Tolnay-1/+1
2021-10-07revert stabilization of `core::task::ready!`Ibraheem Ahmed-1/+1
2021-10-07add `Poll::ready`Ibraheem Ahmed-0/+2
2021-07-28Update stable version of ready!() macro.Mara Bos-1/+1
2021-07-23Stabilize core::task::ready!Yoshua Wuyts-1/+1
2020-07-27mv std libs to library/mark-0/+15