Gmoshkin/fiber tweaks & more
Summary
-
feat: Error::variant_name
-
feat: fiber::JoinHandle::detach_and_forget & fiber::exists
-
fix: deprecate the old fiber::Fiber api, use the new one everywhere in the code base
-
feat: fiber::r#async::timeout::{deadline, IntoTimeout::deadline}
-
feat: fiber::Cond::wait_deadline
-
feat: fiber::JoinHandle::cancel, fiber::JoinHandle::wakeup
Ensure that
-
New code is covered by tests -
API is documented -
Changelog is up to date -
Version is bumped in the appropriateCargo.toml
files
Merge request reports
Activity
assigned to @gmoshkin
added 8 commits
-
00e1be23...72b2ae76 - 2 commits from branch
master
- fd98b9e1 - feat: fiber::JoinHandle::cancel, fiber::JoinHandle::wakeup
- a7aa1778 - feat: fiber::Cond::wait_deadline
- a2570898 - feat: fiber::r#async::timeout::{deadline, IntoTimeout::deadline}
- bb3498ed - fix: deprecate the old fiber::Fiber api, use the new one everywhere in the code base
- d5d55957 - feat: fiber::JoinHandle::detach_and_forget & fiber::exists
- e19e1cb2 - feat: Error::variant_name
Toggle commit list-
00e1be23...72b2ae76 - 2 commits from branch
added 8 commits
-
e19e1cb2...a8d4351e - 2 commits from branch
master
- ab4498f7 - feat: fiber::JoinHandle::cancel, fiber::JoinHandle::wakeup
- 4aa7ab76 - feat: fiber::Cond::wait_deadline
- f722fb1e - feat: fiber::r#async::timeout::{deadline, IntoTimeout::deadline}
- 58ff37c1 - fix: deprecate the old fiber::Fiber api, use the new one everywhere in the code base
- bac9fa49 - feat: fiber::JoinHandle::detach_and_forget & fiber::exists
- 8413cea6 - feat: Error::variant_name
Toggle commit list-
e19e1cb2...a8d4351e - 2 commits from branch
added 10 commits
-
8413cea6...d6317fd2 - 3 commits from branch
master
- 7344911b - feat: fiber::JoinHandle::cancel, fiber::JoinHandle::wakeup
- f38b2ba5 - feat: fiber::Cond::wait_deadline
- c875391e - feat: fiber::r#async::timeout::{deadline, IntoTimeout::deadline}
- a51c9070 - fix: deprecate the old fiber::Fiber api, use the new one everywhere in the code base
- dae15d11 - feat: fiber::JoinHandle::detach_and_forget & fiber::exists
- b7bd4c93 - feat: Error::variant_name
- 9ddf4ca5 - feat: add Error::Other variant
Toggle commit list-
8413cea6...d6317fd2 - 3 commits from branch
enabled an automatic merge when the pipeline for 9ddf4ca5 succeeds
Please register or sign in to reply