Commit Graph
18 Commits
Author SHA1 Message Date
Marek KuskowskiandGitHub 17555d71d9 sync: implement Default for watch::Sender (#6626) 2024-06-10 10:44:45 +02:00
Marek KuskowskiandGitHub 0700d6a7cd io: mark Interest::add with #[must_use] (#6037) 2023-09-29 16:43:38 +02:00
Marek KuskowskiandGitHub 65027b60bc io: add Interest::remove method (#5906) 2023-09-10 16:46:07 +02:00
Marek KuskowskiandGitHub f5f2b58b8d rt: improve docs for Builder::max_blocking_threads (#5793)
Closes #5777
2023-08-16 12:12:53 -07:00
Marek KuskowskiandGitHub 74a5a458ea util: fix broken intra-doc link (#5849) 2023-07-06 10:43:35 +02:00
Marek KuskowskiandGitHub dd9471d13a sync: add broadcast::Receiver::blocking_recv (#5690) 2023-05-15 14:01:18 +02:00
Marek KuskowskiandGitHub 2df45234ef stream: fix panic in ChunksTimeout::new (#5036) 2022-09-27 22:34:08 +00:00
NyloniciousandGitHub 067ddff063 sync: add watch::Sender::send_modify method (#4310) 2022-02-22 21:19:21 +01:00
NyloniciousandGitHub a73428252b util: update README (#4099) 2021-09-10 08:55:03 +02:00
NyloniciousandGitHub 84f6845bf2 stream: impl FromIterator for StreamMap (#4052) 2021-08-24 13:21:02 +02:00
NyloniciousandGitHub 1e2f893da2 chore: fix some clippy lints (#3720) 2021-04-22 13:33:42 +02:00
NyloniciousandGitHub 8fc49dc522 chore: update years in all licenses (#3665) 2021-03-30 21:45:13 +02:00
NyloniciousandGitHub ecc32d1dca sync: add RwLock try_read and try_write methods (#3400)
Closes #2284
2021-01-14 15:05:07 -08:00
NyloniciousandGitHub 16c2e0983c net: Pass SocketAddr by value (#3125) 2020-12-10 14:58:27 -05:00
NyloniciousandGitHub 52cd240053 task: add missing feature flags for task_local and spawn_blocking (#3237) 2020-12-09 23:49:28 +01:00
NyloniciousandGitHub 685da8dadd fs: small documentation fixes (#3133) 2020-11-12 10:24:13 +01:00
207320dbbb process: fix some docs (#2843)
* fix docs for Command::status and output

Co-authored-by: Alice Ryhl <[email protected]>
2020-09-18 22:49:13 +00:00
NyloniciousandGitHub 3fd043931e sync: fix some doc typos (#2838)
Fixes #2781.
2020-09-17 08:03:38 +02:00