Skip to content

Pull requests: tokio-rs/tokio

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Reviews
Assignee
Filter by who’s assigned
Sort

Pull requests list

docs: fix warnings when building the docs A-tokio Area: The main tokio crate
#7113 opened Jan 18, 2025 by maminrayej Loading…
runtime: clean up magic number usage A-tokio Area: The main tokio crate M-runtime Module: tokio/runtime
#7112 opened Jan 18, 2025 by maminrayej Loading…
macros: make select budget-aware A-tokio Area: The main tokio crate M-macros Module: macros in the main Tokio crate M-task Module: tokio/task
#7111 opened Jan 18, 2025 by maminrayej Loading…
Enhance Documentation: Alternatives to select! Macro A-tokio Area: The main tokio crate M-macros Module: macros in the main Tokio crate T-docs Topic: documentation
#7110 opened Jan 18, 2025 by Ddystopia Loading…
Rough implementation of task poll callbacks R-loom-current-thread Run loom current-thread tests on this PR R-loom-multi-thread Run loom multi-thread tests on this PR R-loom-multi-thread-alt Run loom multi-thread alt tests on this PR
#7107 opened Jan 17, 2025 by rcoh Draft
4 tasks
sync: add len and is_empty methods to mpsc senders A-tokio Area: The main tokio crate M-sync Module: tokio/sync R-loom-sync Run loom sync tests on this PR
#7103 opened Jan 15, 2025 by tqwewe Loading…
DRAFT RFC: limited no-std I/O support using portable-io A-tokio Area: The main tokio crate M-runtime Module: tokio/runtime R-loom-current-thread Run loom current-thread tests on this PR R-loom-multi-thread Run loom multi-thread tests on this PR R-loom-multi-thread-alt Run loom multi-thread alt tests on this PR R-loom-sync Run loom sync tests on this PR R-loom-time-driver Run loom time driver tests on this PR
#7102 opened Jan 15, 2025 by brody4hire Draft
8 tasks
sync: Added WeakSender to sync::broadcast::channel R-loom-sync Run loom sync tests on this PR
#7100 opened Jan 14, 2025 by tglane Loading…
7707 updated Tx struct and UnboundedSender to return message length A-tokio Area: The main tokio crate M-sync Module: tokio/sync R-loom-sync Run loom sync tests on this PR
#7092 opened Jan 12, 2025 by Archibajl Loading…
Add run_until_cancelled_owned to CancellationToken A-tokio-util Area: The tokio-util crate M-sync Module: tokio/sync
#7081 opened Jan 9, 2025 by tysen Loading…
feat(tokio_util): Stabilise JoinMap A-tokio-util Area: The tokio-util crate M-task Module: tokio/task
#7075 opened Jan 6, 2025 by conradludgate Loading…
macros: charecterization tests for ? operator fail A-tokio-macros Area: The tokio-macros crate
#7069 opened Jan 6, 2025 by joshka Draft
stream: add StreamExt::partition() method A-tokio-stream Area: The tokio-stream crate M-stream Module: tokio/stream
#7065 opened Jan 3, 2025 by joshka Loading…
Refactor sync::batch_semaphore::Semaphore::poll_acquire A-tokio Area: The main tokio crate M-sync Module: tokio/sync R-loom-sync Run loom sync tests on this PR
#7046 opened Dec 18, 2024 by cip999 Loading…
Error handling, clippy R-loom-sync Run loom sync tests on this PR R-loom-time-driver Run loom time driver tests on this PR
#7032 opened Dec 12, 2024 by sharma-shray Loading…
make tracing a task public so self-tracing is possible A-tokio Area: The main tokio crate M-taskdump --cfg tokio_taskdump R-loom-current-thread Run loom current-thread tests on this PR R-loom-multi-thread Run loom multi-thread tests on this PR R-loom-multi-thread-alt Run loom multi-thread alt tests on this PR
#6972 opened Nov 13, 2024 by arielb1 Loading…
macros: Improve IDE support A-tokio-macros Area: The tokio-macros crate
#6968 opened Nov 12, 2024 by nurmohammed840 Loading…
docs: clarify documentation of sync module A-tokio Area: The main tokio crate R-loom-sync Run loom sync tests on this PR T-docs Topic: documentation
#6955 opened Nov 6, 2024 by rcoh Loading…
process: block SIGCHLD signal when spawning process A-tokio Area: The main tokio crate M-process Module: tokio/process M-signal Module: tokio/signal
#6953 opened Nov 5, 2024 by sheremetyev Loading…
sync: Update broadcast::recv to return a named future A-tokio Area: The main tokio crate M-sync Module: tokio/sync R-loom-sync Run loom sync tests on this PR
#6908 opened Oct 17, 2024 by jplatte Loading…
stabilize worker_total_busy_duration A-tokio Area: The main tokio crate M-metrics Module: tokio/runtime/metrics R-loom-current-thread Run loom current-thread tests on this PR R-loom-multi-thread Run loom multi-thread tests on this PR R-loom-multi-thread-alt Run loom multi-thread alt tests on this PR
#6899 opened Oct 11, 2024 by Owen-CH-Leung Loading…
add wasm32-wasip2 support A-tokio Area: The main tokio crate T-wasm Topic: Web Assembly
#6893 opened Oct 9, 2024 by dicej Draft
Unbury the lede on tokio::sync::mutex docs A-tokio Area: The main tokio crate M-sync Module: tokio/sync R-loom-sync Run loom sync tests on this PR T-docs Topic: documentation
#6819 opened Sep 4, 2024 by tbodt Loading…
Add documentation for SyncIoBridge with examples and alternatives A-tokio-util Area: The tokio-util crate M-io Module: tokio/io T-docs Topic: documentation
#6815 opened Sep 3, 2024 by Nathy-bajo Loading…
process: kill child on error while spawning A-tokio Area: The main tokio crate M-process Module: tokio/process
#6803 opened Aug 27, 2024 by Maki325 Loading…
ProTip! Exclude everything labeled bug with -label:bug.