Commit Graph

12 Commits

Author SHA1 Message Date
Joonas Koivunen
c8b35324f6 doc: clarify cancellation on spawned task 2023-05-22 10:57:26 +03:00
Joonas Koivunen
bc4f6db0ad doc: explain what task_mgr gives us 2023-05-22 10:57:04 +03:00
Dmitry Ivanov
d0b2befe02 Simplify low-hanging fruit 2023-05-17 14:42:34 +03:00
Dmitry Ivanov
0251c7c15c Changes 2023-05-17 14:42:34 +03:00
Joonas Koivunen
4591698cd4 fixup: refactor: stop using todo! for a panic! 2023-05-16 15:45:36 +03:00
Joonas Koivunen
81e8c10069 fixup: move doc test as test case and hide _spawn variants 2023-05-16 15:45:36 +03:00
Joonas Koivunen
6bd3951141 fixup: nicer ascii art 2023-05-16 15:45:36 +03:00
Joonas Koivunen
d3ce8eae4e fixup: doc: align strong usage, fix broken references 2023-05-16 15:45:36 +03:00
Joonas Koivunen
3b1141b344 fixup: doc: explain convoluted return type 2023-05-16 15:45:36 +03:00
Joonas Koivunen
17c92c885c fixup: doc: many futures instead of tasks
as in, you could run many of these futures with tokio::select within one
task or `runtime.block_on`; it does not matter.
2023-05-16 15:45:36 +03:00
Joonas Koivunen
43b397da10 fixup: clippy 2023-05-16 15:45:36 +03:00
Joonas Koivunen
ba7c97b61c feat: utils::shared_retryable::SharedRetryable
documented in the module.
2023-05-16 15:45:34 +03:00