Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / tokio-rs/tokio issues and pull requests

#6618 - 6566 - Add 'run_until_cancelled' to 'tokio_util::sync::CancellationToken'

Pull Request - State: closed - Opened by tglane 5 months ago
Labels: A-tokio-util, M-sync

#6617 - `arcmutex!` convenience macro

Issue - State: closed - Opened by amab8901 5 months ago - 1 comment
Labels: A-tokio, M-sync, C-feature-request

#6616 - Update FreeBSD CI environment

Pull Request - State: closed - Opened by asomers 5 months ago
Labels: A-ci

#6615 - Alternative to AsyncDrop

Issue - State: closed - Opened by jxdabc 5 months ago - 3 comments
Labels: A-tokio, M-task, C-feature-request

#6614 - Really bad tcp performance on windows.

Issue - State: closed - Opened by dtzxporter 5 months ago - 5 comments
Labels: C-bug, A-tokio, M-net

#6612 - time: fix big time panic issue

Pull Request - State: closed - Opened by wathenjiang 5 months ago
Labels: A-tokio, M-time, R-loom-time-driver

#6611 - Sending data frame followed by trailer frame discards the data frame

Issue - State: closed - Opened by ohadvano 5 months ago - 3 comments
Labels: C-bug, A-tokio, M-sync

#6610 - regression: tokio::test in 1.38 eats my tests

Issue - State: closed - Opened by zeenix 5 months ago - 6 comments
Labels: C-bug, A-tokio-macros, A-tokio

#6609 - app stuck dropping tokio::runtime::runtime::Runtime

Issue - State: closed - Opened by DaKnig 5 months ago - 1 comment
Labels: C-bug, A-tokio, M-task

#6608 - Added method as_std_mut to tokio::process::Command

Pull Request - State: closed - Opened by tglane 5 months ago
Labels: A-tokio, M-process

#6607 - test: make `Spawn` forward `size_hint`

Pull Request - State: closed - Opened by thedjinn 5 months ago - 1 comment
Labels: A-tokio-test

#6605 - Segment fault at `poll_future`

Issue - State: closed - Opened by zRegle 5 months ago - 8 comments
Labels: C-bug, A-tokio

#6604 - LengthDelimitedCodec misses that last N bytes of the frame with num_skip(0)

Issue - State: closed - Opened by erenon 5 months ago - 1 comment
Labels: C-bug, E-help-wanted, A-tokio-util, M-codec

#6603 - sync: fix incorrect is_empty on mpsc block boundaries

Pull Request - State: closed - Opened by Darksonn 5 months ago
Labels: A-tokio, M-sync, R-loom-sync

#6603 - sync: fix incorrect is_empty on mpsc block boundaries

Pull Request - State: closed - Opened by Darksonn 5 months ago
Labels: A-tokio, M-sync, R-loom-sync

#6602 - Every 32 messages `is_empty()` on `Receiver` and `UnboundedReceiver` returns `false` even though len == 0

Issue - State: closed - Opened by sjoubert49 5 months ago - 1 comment
Labels: C-bug, A-tokio, M-sync

#6602 - Every 32 messages `is_empty()` on `Receiver` and `UnboundedReceiver` returns `false` even though len == 0

Issue - State: closed - Opened by sjoubert49 5 months ago - 1 comment
Labels: C-bug, A-tokio, M-sync

#6601 - chore: prepare Tokio v1.38.0

Pull Request - State: closed - Opened by Darksonn 5 months ago
Labels: A-tokio

#6600 - Prepare tokio-macros v2.3.0

Pull Request - State: closed - Opened by Darksonn 5 months ago
Labels: A-tokio-macros

#6600 - Prepare tokio-macros v2.3.0

Pull Request - State: closed - Opened by Darksonn 5 months ago
Labels: A-tokio-macros

#6599 - docs: fix a typo in doc of LocalSet::run_until

Pull Request - State: closed - Opened by SteveLauC 5 months ago
Labels: A-tokio, M-task

#6599 - docs: fix a typo in doc of LocalSet::run_until

Pull Request - State: closed - Opened by SteveLauC 5 months ago
Labels: A-tokio, M-task

#6598 - metrics: create MetricAtomicUsize for usized-metrics

Pull Request - State: open - Opened by rcoh 5 months ago

#6598 - metrics: create MetricAtomicUsize for usized-metrics

Pull Request - State: closed - Opened by rcoh 5 months ago
Labels: A-tokio, M-metrics

#6597 - Panic at linked_list.rs - reborn

Issue - State: closed - Opened by chroche 5 months ago - 15 comments
Labels: C-bug, A-tokio

#6597 - Panic at linked_list.rs - reborn

Issue - State: open - Opened by chroche 5 months ago - 2 comments
Labels: C-bug, A-tokio

#6596 - runtime: move the task out of the lifo_slot in block_in_place

Pull Request - State: closed - Opened by wathenjiang 5 months ago - 1 comment
Labels: A-tokio, M-runtime, R-loom-multi-thread

#6596 - runtime: move the task out of the lifo_slot in block_in_place

Pull Request - State: closed - Opened by wathenjiang 5 months ago - 1 comment
Labels: A-tokio, M-runtime, R-loom-multi-thread

#6595 - Feature tokio::sync::mpsc::Receiver::wait_close(&self)

Issue - State: closed - Opened by audioXD 5 months ago - 11 comments
Labels: A-tokio, M-sync, C-feature-request

#6594 - tokio::sync::mpsc::bounded::Receiver<T>::is_empty() returns false when recv().await blocks

Issue - State: closed - Opened by saltatory 5 months ago - 3 comments
Labels: C-bug, A-tokio, M-sync

#6593 - macros: allow setting `unhandled_panic` behavior in tokio::{main, test}

Pull Request - State: closed - Opened by name1e5s 5 months ago - 1 comment
Labels: A-tokio-macros

#6591 - Helper struct/wrapper for a stream of named pipe connections

Issue - State: closed - Opened by Tacklebox 5 months ago - 8 comments
Labels: A-tokio, M-net, C-feature-request

#6590 - Fix misleading NamedPipeServer example

Pull Request - State: closed - Opened by Tacklebox 5 months ago
Labels: T-docs, A-tokio, M-net

#6589 - Add `SimplexStream` structure

Pull Request - State: closed - Opened by wutchzone 5 months ago - 11 comments
Labels: A-tokio, M-io

#6587 - Allow Notify to wake up exactly one waiter

Pull Request - State: closed - Opened by kaimast 5 months ago - 2 comments
Labels: A-tokio, M-sync, R-loom-sync

#6586 - Derive common traits for NamedPipeInfo struct

Pull Request - State: closed - Opened by Tacklebox 5 months ago
Labels: A-tokio, M-net

#6585 - docs: fix docsrs builds with the fs feature enabled

Pull Request - State: closed - Opened by udoprog 5 months ago
Labels: T-docs, A-tokio, M-fs

#6584 - time: avoid traversing entries in the time wheel twice

Pull Request - State: closed - Opened by wathenjiang 5 months ago - 13 comments
Labels: A-tokio, M-time, R-loom-time-driver

#6583 - Use `[lints.rust.unexpected_cfgs.check-cfg]` instead of hacky check-cfg workaround

Issue - State: open - Opened by Urgau 5 months ago - 2 comments
Labels: A-ci

#6582 - File IO hangs after timeout / cancellation

Issue - State: closed - Opened by kmandelbaum 6 months ago - 2 comments
Labels: C-bug, A-tokio, M-fs

#6581 - docs: `stdin` is always `inherit` by default

Pull Request - State: closed - Opened by roy-work 6 months ago
Labels: A-tokio, M-process

#6580 - Include relevant values in ReadBuf.put_slice() panic message

Issue - State: closed - Opened by OmegaJak 6 months ago - 1 comment
Labels: A-tokio, M-io, C-feature-request, C-feature-accepted

#6578 - feat: add spawn_blocking and spawn_blocking_on to the JoinSet builder

Pull Request - State: closed - Opened by hi-rustin 6 months ago - 1 comment
Labels: A-tokio, M-task

#6577 - Doc bug in `Command::stdin`?

Issue - State: closed - Opened by roy-work 6 months ago - 1 comment
Labels: C-bug, T-docs, A-tokio, M-process

#6575 - Vectored IO for `write_all_buf`

Issue - State: closed - Opened by conradludgate 6 months ago - 1 comment
Labels: A-tokio, M-io, C-feature-request

#6574 - metrics: add MetricAtomicU64 and use in metrics

Pull Request - State: closed - Opened by rcoh 6 months ago - 2 comments
Labels: A-tokio, M-metrics

#6573 - fs: add `create_new` function to `File`

Pull Request - State: closed - Opened by maminrayej 6 months ago
Labels: A-tokio, M-fs

#6572 - Improve documentation for select!{}

Pull Request - State: closed - Opened by Xiretza 6 months ago
Labels: A-tokio, M-macros

#6571 - Clarify that you can't abort `spawn_blocking` tasks

Pull Request - State: closed - Opened by Darksonn 6 months ago
Labels: T-docs, A-tokio, M-task, R-loom-current-thread, R-loom-multi-thread, R-loom-multi-thread-alt

#6569 - Improved the code with clippy 1.80

Pull Request - State: closed - Opened by 41Leahcim 6 months ago - 1 comment
Labels: A-tokio, R-loom-sync, R-loom-current-thread, R-loom-multi-thread, R-loom-multi-thread-alt

#6568 - Set RUSTUP_WINDOWS_PATH_ADD_BIN=1

Pull Request - State: closed - Opened by Darksonn 6 months ago
Labels: A-ci

#6567 - CI failure on windows

Issue - State: closed - Opened by Darksonn 6 months ago - 3 comments
Labels: E-help-wanted, A-ci

#6566 - Add a `CancellationToken` method for running a future until completion or cancellation

Issue - State: closed - Opened by jwodder 6 months ago - 1 comment
Labels: A-tokio-util, M-sync, C-feature-request

#6565 - Missing methods `join_set::Builder::spawn_blocking()` and `join_set::Builder::spawn_blocking_on()`

Issue - State: closed - Opened by jbg 6 months ago - 2 comments
Labels: E-help-wanted, E-easy, A-tokio, M-task, C-feature-request

#6564 - docs: gate taskdump compiler_error behind not(doc)

Pull Request - State: closed - Opened by rcoh 6 months ago
Labels: A-tokio, M-taskdump

#6563 - time: remove the true_when field in TimerShared.

Pull Request - State: closed - Opened by wathenjiang 6 months ago
Labels: A-tokio, M-time, R-loom-time-driver

#6561 - util: Use ptr::addr_of over pointer arithmetics in linked_list

Pull Request - State: closed - Opened by udoprog 6 months ago
Labels: A-tokio

#6560 - Tonic server uses encapsulation

Issue - State: closed - Opened by tgy3300 6 months ago - 2 comments
Labels: A-tokio, C-feature-request

#6559 - metrics: fix flaky injection_queue_depth test

Pull Request - State: closed - Opened by Darksonn 6 months ago
Labels: A-tokio, M-metrics

#6558 - feat(oneshot channel): ensure msg won't be dropped on sender side when send returns ok

Pull Request - State: closed - Opened by wenym1 6 months ago - 4 comments
Labels: A-tokio, M-sync, R-loom-sync

#6557 - Add File::create_new convenience c'tor

Issue - State: closed - Opened by jplatte 6 months ago - 1 comment
Labels: A-tokio, M-fs, C-feature-request, C-feature-accepted

#6556 - metrics: stabilize `RuntimeMetrics::worker_count`

Pull Request - State: closed - Opened by rcoh 6 months ago - 1 comment
Labels: A-tokio, M-metrics, R-loom-current-thread, R-loom-multi-thread, R-loom-multi-thread-alt

#6555 - macros: select! not evaluate async expression if precondition fails

Pull Request - State: closed - Opened by kezhuw 6 months ago - 3 comments
Labels: A-tokio, M-macros

#6552 - Update nix and mio-aio dev-dependencies to the latest

Pull Request - State: closed - Opened by asomers 6 months ago - 1 comment
Labels: A-tokio, M-io, M-net

#6551 - tokio(metrics): fix blocking_threads count

Pull Request - State: closed - Opened by conradludgate 6 months ago
Labels: A-tokio, M-metrics, R-loom-multi-thread, R-loom-multi-thread-alt

#6550 - runtime metrics blocking threads miscount

Issue - State: closed - Opened by conradludgate 6 months ago
Labels: C-bug, A-tokio, M-metrics

#6548 - time: positively check the deadline before reading the state of TimerEntry in Sleep

Pull Request - State: closed - Opened by wathenjiang 6 months ago - 3 comments
Labels: A-tokio, M-time, R-loom-time-driver

#6547 - Ability to split a JoinSet into spawn and join halves

Issue - State: closed - Opened by slonkazoid 6 months ago - 1 comment
Labels: A-tokio, M-task, C-feature-request

#6546 - Proposed list of Metrics to Stabilize

Issue - State: open - Opened by rcoh 6 months ago - 8 comments
Labels: A-tokio, C-feature-request, M-metrics

#6545 - tokio::time::interval is not working

Issue - State: closed - Opened by rcitsz 6 months ago - 3 comments
Labels: C-bug, A-tokio, M-time

#6544 - tokio::time::interval is not working

Issue - State: closed - Opened by rcitsz 6 months ago - 4 comments
Labels: C-bug, A-tokio

#6543 - Tokio select! Marco error with socket create by socket2 crate

Issue - State: closed - Opened by Gitfz810 6 months ago - 1 comment
Labels: C-bug, A-tokio

#6542 - Enable unexpected cfg checking in all in-repo builds

Pull Request - State: closed - Opened by dtolnay 6 months ago - 2 comments

#6541 - util: no default features for hashbrown

Pull Request - State: closed - Opened by Darksonn 6 months ago
Labels: A-tokio-util

#6540 - tests: remove tests module from integration tests

Pull Request - State: closed - Opened by Darksonn 6 months ago
Labels: A-tokio, M-task

#6539 - Run benchmarks in CI

Issue - State: open - Opened by Darksonn 6 months ago - 1 comment
Labels: E-help-wanted, E-medium, A-ci, A-benches

#6538 - Bump nightly to nightly-2024-05-05

Pull Request - State: closed - Opened by Darksonn 6 months ago - 4 comments
Labels: A-ci, R-loom

#6537 - Ignore `yield_calls_park_before_scheduling_again` test

Pull Request - State: closed - Opened by Darksonn 6 months ago
Labels: A-tokio, M-runtime

#6536 - Fix test `yield_calls_park_before_scheduling_again`

Issue - State: closed - Opened by Darksonn 6 months ago - 1 comment
Labels: E-help-wanted, A-tokio, M-runtime, E-medium

#6535 - chore: prepare tokio-util v0.7.11

Pull Request - State: closed - Opened by Darksonn 6 months ago
Labels: A-tokio-util

#6534 - Using sharded locks instead of a global lock for Timers

Pull Request - State: closed - Opened by wathenjiang 6 months ago - 1 comment
Labels: A-tokio, M-time, R-loom-time-driver, R-loom-multi-thread, R-loom-multi-thread-alt

#6533 - tokio-util: allow encoding borrowed buffers at `LengthDelimitedCodec`

Pull Request - State: closed - Opened by MOZGIII 6 months ago - 6 comments
Labels: A-tokio-util, M-codec

#6532 - io: optimizing the chances of large write in copy_bidirectional and copy

Pull Request - State: closed - Opened by Armillus 6 months ago - 8 comments
Labels: A-tokio, M-io

#6531 - Add read_until_slice

Pull Request - State: closed - Opened by Sytten 6 months ago - 6 comments
Labels: A-tokio, M-io

#6530 - feat: walk_dir function (finds all files in sub directories)

Pull Request - State: closed - Opened by ali77gh 6 months ago - 1 comment
Labels: A-tokio, M-fs

#6529 - Port tokio to qnx

Pull Request - State: closed - Opened by dantunan 6 months ago - 1 comment

#6528 - chore: fix latest rust-1.78.0 warnings

Pull Request - State: closed - Opened by mox692 6 months ago - 2 comments
Labels: A-ci, T-wasm, R-loom-multi-thread

#6527 - Allow setting `unhandled_panic` behavior as option on `tokio::test`

Issue - State: closed - Opened by xortive 6 months ago - 1 comment
Labels: A-tokio-macros, A-tokio, C-feature-request

#6525 - mpsc::Receiver only receives message if it is sent after call to recv().await

Issue - State: closed - Opened by Benjscho 6 months ago - 1 comment
Labels: C-bug, A-tokio, M-sync

#6524 - Unstable net feature not compiling for WASM

Issue - State: closed - Opened by maxwellflitton 6 months ago - 4 comments
Labels: C-bug, A-tokio, T-wasm

#6523 - Add `tokio::process::Command::as_std_mut()` method.

Issue - State: closed - Opened by Jisu-Woniu 6 months ago - 6 comments
Labels: A-tokio, M-process, C-feature-request, C-feature-accepted

#6521 - util: make `WakeList::wake_all` use FIFO ordering

Pull Request - State: closed - Opened by paolobarbolini 6 months ago
Labels: A-tokio, M-sync

#6520 - Implementation of notify_last method

Pull Request - State: closed - Opened by pfreixes 6 months ago - 7 comments
Labels: A-tokio, M-sync, R-loom-sync

#6519 - Bad completion of some futures in io::copy_bidirectional

Issue - State: closed - Opened by Armillus 6 months ago - 8 comments
Labels: C-bug, A-tokio, M-io

#6517 - time: small implementation cleanups

Pull Request - State: closed - Opened by paolobarbolini 6 months ago - 4 comments
Labels: A-tokio, M-time, R-loom-time-driver

#6516 - Support stdin/stdout (io-std feature) in WASM

Issue - State: open - Opened by Timmmm 6 months ago - 5 comments
Labels: A-tokio, M-io, C-feature-request, T-wasm

#6515 - Update CONTRIBUTING.md with proper LOOM test invocation

Pull Request - State: closed - Opened by adelavegaf 6 months ago - 2 comments

#6514 - CI fails to download files

Issue - State: closed - Opened by Darksonn 6 months ago - 4 comments
Labels: A-ci

#6513 - runtime: remove misleading use of UnsafeCell::with_mut

Pull Request - State: closed - Opened by e00E 7 months ago - 2 comments
Labels: A-tokio, M-runtime, R-loom-current-thread, R-loom-multi-thread, R-loom-multi-thread-alt

#6512 - time: lazy init TimerShared in TimerEntry

Pull Request - State: closed - Opened by wathenjiang 7 months ago - 9 comments
Labels: A-tokio, M-time, R-loom-time-driver