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

metrics: rename `*_poll_count_*` to `*_poll_time_*`

rcoh opened this pull request 2 months ago
Typo in tokio-tls crate description

atouchet opened this issue 3 months ago
metrics: rename `injection_queue_depth` to `global_queue_depth`

mox692 opened this pull request 3 months ago
chore: prepare Tokio v1.41.0

mox692 opened this pull request 3 months ago
Fixed deadlock in injection_queue_depth_multi_thread test

jofas opened this pull request 3 months ago
SimplexStream does not close other half on drop

CGamesPlay opened this issue 3 months ago
macros: support setting name of spawned threads

cgzones opened this pull request 3 months ago
Update README.md

Sareewat opened this pull request 3 months ago
ci: freeze FreeBSD and wasm-unknown-unknown on rustc 1.81

Darksonn opened this pull request 3 months ago
runtime: fix stability feature flags for docs

joshka opened this pull request 3 months ago
sync: Update broadcast::recv to return a named future

jplatte opened this pull request 3 months ago
Task spawning hooks specify the wrong stability information

Darksonn opened this issue 3 months ago
flaky test for quinn on windows

rcoh opened this issue 3 months ago
ci: Print out the correct sort order for the dictionary on failure

rcoh opened this pull request 3 months ago
Frame(LengthDelimitedCodec) parameter setting issue

DestinyL opened this issue 3 months ago
[regression] unable to connect to abstract path

tones111 opened this issue 3 months ago
Add miri support to tests suite

nurmohammed840 opened this pull request 3 months ago
stabilize worker_total_busy_duration

Owen-CH-Leung opened this pull request 3 months ago
test: implement safe abstraction using the `Wake` trait

nurmohammed840 opened this pull request 3 months ago
metrics: add H2 Histogram option to improve histogram granularity

rcoh opened this pull request 3 months ago
Need better histogram granularity

rcoh opened this issue 3 months ago
LengthDelimitedCodec should support [u8]

wraitii opened this issue 3 months ago
process: add periodic polling in `Reaper`

ruihe774 opened this pull request 3 months ago
add wasm32-wasip2 support

dicej opened this pull request 3 months ago
Add an example on how to use watch with a loop - example by Alice Ryhl

pielgrzym opened this pull request 3 months ago
task: stabilize `task::Id` related apis

mox692 opened this pull request 3 months ago
doc: document cancellation safety

vrnvu opened this pull request 3 months ago
Valgrind report possible memory leak 56 bytes

cathay4t opened this issue 3 months ago
does tokio::io::copy support for pipe?

ningmingxiao opened this issue 3 months ago
task: make inner of `Unconstrained` accessible

ruihe774 opened this pull request 3 months ago
Add more test to be tested with miri in CI

tiif opened this pull request 3 months ago
time: imports `Future` trait from std lib

nurmohammed840 opened this pull request 3 months ago
readme: update miri test flags

mox692 opened this pull request 3 months ago
Improve diagnostics for tokio::main and tokio::test attributes

Veykril opened this pull request 3 months ago
task: add task size to tracing instrumentation

hds opened this pull request 3 months ago
several checks for compat

sharma-shray opened this pull request 3 months ago
`tokio::io::simplex` read/write data not equality

chessnokov opened this issue 3 months ago
Loom test for deadlock observed in tokio's test suite

jofas opened this pull request 3 months ago
macros: suppress clippy::needless_return and add docs

oxalica opened this pull request 3 months ago
Fix `Stream` link in broadcast docs

sharma-shray opened this pull request 3 months ago
sync: add watch::Receiver::wait_for_map

Moggers opened this issue 3 months ago
small fix documentation, clarifications regarding lifetimes

sharma-shray opened this pull request 3 months ago
sync, coop: apply cooperative scheduling to sync::broadcast::Receiver

tglane opened this pull request 3 months ago
socketaddr: implement conversions for tokio and std unix `SocketAddr`

nmathewson opened this pull request 3 months ago
sync: add mpsc::Receiver::blocking_recv_many

barafael opened this pull request 3 months ago
time: implicit 1ms delay in `sleep_until`

SmnTin opened this issue 3 months ago
metrics: don't hang in injection_queue_depth_multi_thread test

Darksonn opened this pull request 3 months ago
Fix: comment error

vxzyfx opened this pull request 3 months ago
Undefined Behaviour in ``tests/stream_chain.rs``

tiif opened this issue 3 months ago
Avoid pointer casts in IO driver on miri

Darksonn opened this pull request 3 months ago
chore: use boxed slice if possible

mox692 opened this pull request 3 months ago
ci: run ci with 1.82 rustc beta release

Darksonn opened this pull request 3 months ago
make `broadcast::Receiver` cooperative

mox692 opened this issue 3 months ago
metrics: Stabilize injection_queue_depth API

Owen-CH-Leung opened this pull request 3 months ago
doc: Fix a symbol issue

vxzyfx opened this pull request 4 months ago
Test `injection_queue_depth_multi_thread` is flaky

Darksonn opened this issue 4 months ago
sync, coop: apply cooperative scheduling to `sync::watch`

tglane opened this pull request 4 months ago
how to print tokio stack ?

ningmingxiao opened this issue 4 months ago
macros: render more comprehensible documentation for `try_join!`

Rustin170506 opened this pull request 4 months ago
`watch::Receiver::changed` does use cooperative scheduling

vthib opened this issue 4 months ago
net: fix handling of leading zero byte in `from_abstract_name`

mox692 opened this pull request 4 months ago
sync: add `watch::Sender::sender_count`

soerenmeier opened this pull request 4 months ago
Documentation: Improve WASM support documentation

9SMTM6 opened this pull request 4 months ago
Doc section for sync module on runtime compatibility

jofas opened this pull request 4 months ago
AsyncRead/AsyncWrite for connected UdpSockets

shahn opened this issue 4 months ago
sync: add `#[must_use]` to `Notified`

xoac opened this pull request 4 months ago
Always send large futures to heap

mhils opened this pull request 4 months ago
stream: prepare 0.1.16 release

djc opened this pull request 4 months ago
chore: prepare tokio-util 0.7.12

tglane opened this pull request 4 months ago
Enable cfg_fs for wasi

namse opened this pull request 4 months ago
io: recommend `OwnedFd` with `AsyncFd`

Darksonn opened this pull request 4 months ago
AsyncFd didn't close file descriptor on Drop

oing9179 opened this issue 4 months ago
Unbury the lede on tokio::sync::mutex docs

tbodt opened this pull request 4 months ago
Tokio-util: Enable the full feature when compiled for the playground

sarsko opened this pull request 4 months ago
Get length of channel on mpsc::Sender

barafael opened this issue 4 months ago
time::timeout ignores panic and waits forever

stevenroose opened this issue 4 months ago
Add documentation for SyncIoBridge with examples and alternatives

Nathy-bajo opened this pull request 4 months ago
macros: render more comprehensible documentation for `join!`

Rustin170506 opened this pull request 4 months ago
add example doc for SyncIoBridge

lixiang365 opened this pull request 4 months ago
Open up more test for Miri

tiif opened this issue 4 months ago
Use `poll_fn` from the standard library

eduardosm opened this pull request 4 months ago
rt: fix race in yield_defers_until_park test

adelavegaf opened this pull request 4 months ago
rt: add LocalRuntime

Noah-Kennedy opened this pull request 4 months ago
loom: add abstraction for RwLock to remove poisoning aspect

tglane opened this pull request 4 months ago
chore: prepare Tokio v1.40.0

mox692 opened this pull request 4 months ago