summaryrefslogtreecommitdiff
path: root/core/async_cell.rs
AgeCommit message (Expand)Author
2022-01-07chore: update copyright to 2022 (#13306)Ryan Dahl
2021-11-08perf(core): optimize waker capture in AsyncRefCell (#12332)Bert Belder
2021-01-10update copyright to 2021 (#9081)Ryan Dahl
2020-12-16refactor: rewrite ops to use ResourceTable2 (#8512)Bartek IwaƄczuk
2020-12-09build: fix doctests, run cargo publish --dry-run (#8689)Ryan Dahl
2020-12-09core: add plumbing for canceling ops when closing a resource (#8661)Bert Belder
2020-11-25core: implement 'AsyncRefCell' and 'ResourceTable2' (#8273)Bert Belder