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

Good repository

MAFLIXD opened this issue 6 months ago
Good repository

MAFLIXD opened this issue 6 months ago
Good repository

MAFLIXD opened this issue 6 months ago
metrics: add worker_park_unpark_count

surban opened this pull request 6 months ago
metrics: add worker thread id

surban opened this pull request 6 months ago
runtime: add cfg for loom specific code

mox692 opened this pull request 6 months ago
sync: update sync_watch.rs

eltociear opened this pull request 6 months ago
task: add size check for user-supplied future

mox692 opened this pull request 6 months ago
Show data as text when an tokio_test::io assert fails

joerivanruth opened this pull request 6 months ago
chore: release Tokio v1.38.1

wathenjiang opened this pull request 6 months ago
chore: release v1.38.1

wathenjiang opened this pull request 6 months ago
How to set tower middleware dynamically

tgy3300 opened this issue 6 months ago
macros: fix doc format issue

paolobarbolini opened this pull request 6 months ago
sync: add Sender<T>::closed future

evanrittenhouse opened this pull request 6 months ago
Failed to bind TCP port on Windows xp/windows server2003 system

zhuxiujia opened this issue 6 months ago
time: update wake_up while holding all the locks of sharded time wheels

wathenjiang opened this pull request 6 months ago
tests: pdfd-reaper: fix tests when '-' is absent from kernel version

hexagonal-sun opened this pull request 6 months ago
6536 - fix yield_calls_park_before_scheduling_again test

evanrittenhouse opened this pull request 6 months ago
tests/io_async_fd.rs tests are failing on Solaris

psumbera opened this issue 6 months ago
io: update `tokio::io::stdout` documentation

mox692 opened this pull request 6 months ago
Box futures passed to `block_on` in debug mode

ibraheemdev opened this issue 6 months ago
Doc: JoinSet::try_join_next() returns None when no tasks are completed

teor2345 opened this pull request 6 months ago
mpsc::Receiver::try_recv_many

barafael opened this issue 6 months ago
Waiting for things to shut down - 2

GilShoshan94 opened this issue 6 months ago
Hardcode platform list in short-read optimization

Darksonn opened this pull request 6 months ago
metrics: rename `num_active_tasks` to `num_alive_tasks`

Darksonn opened this pull request 6 months ago
Add `IntoFuture` support to `timeout` & `timeout_at`

alexheretic opened this pull request 6 months ago
tokio::time::timeout should support std::future::IntoFuture

alexheretic opened this issue 6 months ago
Implement `join_all` and `try_join_all` on `JoinSet`

FalkWoldmann opened this issue 6 months ago
io: implement `AsyncSeek` for `Empty`

zaeleus opened this pull request 6 months ago
doc: Add Cancel safety description for AsyncFd's methods

howjmay opened this pull request 6 months ago
sync: add sender_weak_count and sender_strong_count for Receiver

hi-rustin opened this pull request 6 months ago
runtime: fix typo in unhandled_panic

tniessen opened this pull request 6 months ago
Making the Stream adaptor structures public in tokio-stream

sharpened-nacho opened this pull request 6 months ago
stream: change the visibility of stream adaptor structures to public

sharpened-nacho opened this pull request 6 months ago
Making the Stream adaptor structures public in tokio-stream

sharpened-nacho opened this issue 6 months ago
Get `mpsc::Sender` count on `mpsc::Receiver`

barafael opened this issue 6 months ago
Unstable ErrorKind in Stable branch

dr-kernel opened this issue 7 months ago
Add `broadcast::Sender::closed` Future

schmidma opened this issue 7 months ago
io: fix trait bounds on `impl Sink for StreamReader`

eric-seppanen opened this pull request 7 months ago
chore: increase MSRV to 1.70

Darksonn opened this pull request 7 months ago
unix/socketaddr: add as_abstract_name

BusyJay opened this pull request 7 months ago
runtime.spawn doesn't run the task

tisonkun opened this issue 7 months ago
Typo fix in join.rs and try_join.rs

FabijanC opened this pull request 7 months ago
Improvement for #[tokio::main]

Jedsek opened this pull request 7 months ago
Improvement for `#[tokio::main]`

Jedsek opened this issue 7 months ago
Add sync::watch::Sender::same_channel()

uklotzde opened this pull request 7 months ago
Update to Mio v1

Thomasdezeeuw opened this pull request 7 months ago
Interval panics with Duration::MAX

nazar-pc opened this issue 7 months ago
rt: modify the type bound of LinkedList when call into_guarded

wathenjiang opened this pull request 7 months ago
Include relevant values in ReadBuf.put_slice() panic message #6580

inventednight opened this pull request 7 months ago
tokio build broken for aarch64-apple-visionos

coolbluewater opened this issue 7 months ago
tokio build broken for aarch64-apple-visionos

coolbluewater opened this issue 7 months ago
sync: implement Default for watch::Sender

nylonicious opened this pull request 7 months ago
Unable to use the docsrs configuration under Windows

Coding-Badly opened this issue 7 months ago
metrics: use `MetricAtomic*` for task counters

Darksonn opened this pull request 7 months ago
Please `impl Default for watch::Sender<T> where T: Default`

joshtriplett opened this issue 7 months ago
task: stabilize `consume_budget`

robjtede opened this pull request 7 months ago
Implement Clone for AbortHandle

aschweig opened this pull request 7 months ago
Internal panics in `CurrentThread::block_on()` under WSLv1

mqudsi opened this issue 7 months ago
metrics: stabilize num_alive_tasks

rcoh opened this pull request 7 months ago
`arcmutex!` convenience macro

amab8901 opened this issue 7 months ago
Update FreeBSD CI environment

asomers opened this pull request 7 months ago
Alternative to AsyncDrop

jxdabc opened this issue 7 months ago
Really bad tcp performance on windows.

dtzxporter opened this issue 7 months ago
time: fix big time panic issue

wathenjiang opened this pull request 7 months ago
regression: tokio::test in 1.38 eats my tests

zeenix opened this issue 7 months ago
app stuck dropping tokio::runtime::runtime::Runtime

DaKnig opened this issue 7 months ago
Added method as_std_mut to tokio::process::Command

tglane opened this pull request 7 months ago
test: make `Spawn` forward `size_hint`

thedjinn opened this pull request 7 months ago
Segment fault at `poll_future`

zRegle opened this issue 7 months ago
sync: fix incorrect is_empty on mpsc block boundaries

Darksonn opened this pull request 7 months ago
chore: prepare Tokio v1.38.0

Darksonn opened this pull request 7 months ago
Prepare tokio-macros v2.3.0

Darksonn opened this pull request 7 months ago
docs: fix a typo in doc of LocalSet::run_until

SteveLauC opened this pull request 7 months ago
metrics: create MetricAtomicUsize for usized-metrics

rcoh opened this pull request 7 months ago
Panic at linked_list.rs - reborn

chroche opened this issue 7 months ago
runtime: move the task out of the lifo_slot in block_in_place

wathenjiang opened this pull request 7 months ago
Feature tokio::sync::mpsc::Receiver::wait_close(&self)

audioXD opened this issue 7 months ago
macros: allow setting `unhandled_panic` behavior in tokio::{main, test}

name1e5s opened this pull request 7 months ago
Helper struct/wrapper for a stream of named pipe connections

Tacklebox opened this issue 7 months ago
Fix misleading NamedPipeServer example

Tacklebox opened this pull request 7 months ago
Add `SimplexStream` structure

wutchzone opened this pull request 7 months ago
Allow Notify to wake up exactly one waiter

kaimast opened this pull request 7 months ago