Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/tokio-rs/tokio

A runtime for writing reliable asynchronous applications with Rust. Provides I/O, networking, scheduling, timers, ...
https://github.com/tokio-rs/tokio

Derive common traits for NamedPipeInfo struct

Tacklebox opened this pull request 7 months ago
docs: fix docsrs builds with the fs feature enabled

udoprog opened this pull request 7 months ago
time: avoid traversing entries in the time wheel twice

wathenjiang opened this pull request 7 months ago
File IO hangs after timeout / cancellation

kmandelbaum opened this issue 7 months ago
docs: `stdin` is always `inherit` by default

roy-work opened this pull request 8 months ago
Include relevant values in ReadBuf.put_slice() panic message

OmegaJak opened this issue 8 months ago
feat: add spawn_blocking and spawn_blocking_on to the JoinSet builder

hi-rustin opened this pull request 8 months ago
Doc bug in `Command::stdin`?

roy-work opened this issue 8 months ago
Vectored IO for `write_all_buf`

conradludgate opened this issue 8 months ago
metrics: add MetricAtomicU64 and use in metrics

rcoh opened this pull request 8 months ago
fs: add `create_new` function to `File`

maminrayej opened this pull request 8 months ago
Improve documentation for select!{}

Xiretza opened this pull request 8 months ago
Clarify that you can't abort `spawn_blocking` tasks

Darksonn opened this pull request 8 months ago
Improved the code with clippy 1.80

41Leahcim opened this pull request 8 months ago
Set RUSTUP_WINDOWS_PATH_ADD_BIN=1

Darksonn opened this pull request 8 months ago
CI failure on windows

Darksonn opened this issue 8 months ago
docs: gate taskdump compiler_error behind not(doc)

rcoh opened this pull request 8 months ago
time: remove the true_when field in TimerShared.

wathenjiang opened this pull request 8 months ago
util: Use ptr::addr_of over pointer arithmetics in linked_list

udoprog opened this pull request 8 months ago
Tonic server uses encapsulation

tgy3300 opened this issue 8 months ago
metrics: fix flaky injection_queue_depth test

Darksonn opened this pull request 8 months ago
Add File::create_new convenience c'tor

jplatte opened this issue 8 months ago
metrics: stabilize `RuntimeMetrics::worker_count`

rcoh opened this pull request 8 months ago
macros: select! not evaluate async expression if precondition fails

kezhuw opened this pull request 8 months ago
Update nix and mio-aio dev-dependencies to the latest

asomers opened this pull request 8 months ago
tokio(metrics): fix blocking_threads count

conradludgate opened this pull request 8 months ago
runtime metrics blocking threads miscount

conradludgate opened this issue 8 months ago
Ability to split a JoinSet into spawn and join halves

slonkazoid opened this issue 8 months ago
Proposed list of Metrics to Stabilize

rcoh opened this issue 8 months ago
tokio::time::interval is not working

rcitsz opened this issue 8 months ago
tokio::time::interval is not working

rcitsz opened this issue 8 months ago
Tokio select! Marco error with socket create by socket2 crate

Gitfz810 opened this issue 8 months ago
Enable unexpected cfg checking in all in-repo builds

dtolnay opened this pull request 8 months ago
util: no default features for hashbrown

Darksonn opened this pull request 8 months ago
tests: remove tests module from integration tests

Darksonn opened this pull request 8 months ago
Run benchmarks in CI

Darksonn opened this issue 8 months ago
Bump nightly to nightly-2024-05-05

Darksonn opened this pull request 8 months ago
Ignore `yield_calls_park_before_scheduling_again` test

Darksonn opened this pull request 8 months ago
Fix test `yield_calls_park_before_scheduling_again`

Darksonn opened this issue 8 months ago
chore: prepare tokio-util v0.7.11

Darksonn opened this pull request 8 months ago
Using sharded locks instead of a global lock for Timers

wathenjiang opened this pull request 8 months ago
tokio-util: allow encoding borrowed buffers at `LengthDelimitedCodec`

MOZGIII opened this pull request 8 months ago
io: optimizing the chances of large write in copy_bidirectional and copy

Armillus opened this pull request 8 months ago
Add read_until_slice

Sytten opened this pull request 8 months ago
feat: walk_dir function (finds all files in sub directories)

ali77gh opened this pull request 8 months ago
Port tokio to qnx

dantunan opened this pull request 8 months ago
chore: fix latest rust-1.78.0 warnings

mox692 opened this pull request 8 months ago
Unstable net feature not compiling for WASM

maxwellflitton opened this issue 8 months ago
Add `tokio::process::Command::as_std_mut()` method.

Jisu-Woniu opened this issue 8 months ago
util: make `WakeList::wake_all` use FIFO ordering

paolobarbolini opened this pull request 8 months ago
Implementation of notify_last method

pfreixes opened this pull request 8 months ago
Bad completion of some futures in io::copy_bidirectional

Armillus opened this issue 8 months ago
time: small implementation cleanups

paolobarbolini opened this pull request 8 months ago
Support stdin/stdout (io-std feature) in WASM

Timmmm opened this issue 8 months ago
Update CONTRIBUTING.md with proper LOOM test invocation

adelavegaf opened this pull request 8 months ago
CI fails to download files

Darksonn opened this issue 8 months ago
runtime: remove misleading use of UnsafeCell::with_mut

e00E opened this pull request 8 months ago
time: lazy init TimerShared in TimerEntry

wathenjiang opened this pull request 8 months ago
tokio: add `mpsc::Receiver::max_capacity` and `mpsc::Receiver::capacity`

mbrobbel opened this pull request 8 months ago
tokio: enable rt-multi-thread for wasm32-wasi-preview1-threads target

Brooooooklyn opened this pull request 8 months ago
Remove unnecessary uses of #[cfg(not(test))]

avtrujillo opened this pull request 9 months ago
Fix document on watch

takassh opened this pull request 9 months ago
JoinHandle wakers are kept alive longer than necessary

Darksonn opened this issue 9 months ago
Reduce contention in timer driver

Darksonn opened this issue 9 months ago
docs: fix time::{pause,resume} requirement

jainl28patel opened this pull request 9 months ago
Support wasi-cli (stdin, stdout)

Timmmm opened this issue 9 months ago
io: add `copy_bidirectional_with_sizes`

RRRadicalEdward opened this pull request 9 months ago
sync: add instrument code to `Semaphore` leaf future

mox692 opened this pull request 9 months ago
macros: append generated test attribute so others are aware of it

kezhuw opened this pull request 9 months ago
docs: Runtime::metrics() documentation

kvcache opened this pull request 9 months ago
Document that barriers are not cancel safe

Darksonn opened this pull request 9 months ago
Tokio select! Macro Issue with Barrier

suxb201 opened this issue 9 months ago
Catch infinite recursion

dev-ardi opened this issue 9 months ago
sync: explain relation between `watch::Sender::{subscribe,closed}`

Darksonn opened this pull request 9 months ago
Consider implementing JoinHandle::try_join

andreastedile opened this issue 9 months ago
Document `Runtime::metrics`

Darksonn opened this issue 9 months ago
Use `wasm32-wasip1` target

Darksonn opened this issue 9 months ago
Create a macro to support parameterized tests

lprekon opened this issue 9 months ago
Add missing types to net module docs

Darksonn opened this pull request 9 months ago
Demonstrate markdown lint errors

joshka opened this pull request 9 months ago
Lint markdown docs

joshka opened this pull request 9 months ago
docs: add --locked to cargo install commands

joshka opened this pull request 9 months ago
sync: use usize instead of u32 for `SemaphorePermit::split`

Darksonn opened this pull request 9 months ago
sync: add examples for `SemaphorePermit`, `OwnedSemaphorePermit`

mox692 opened this pull request 9 months ago
Update CONTRIBUTING.md with recommended commands for building docs

dtolnay opened this pull request 9 months ago
tests: update nix dependency to 0.28

fkm3 opened this pull request 9 months ago