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

util: add `DelayQueue::deadline`

aliu opened this pull request about 1 year ago
`AsyncReadExt::read_exact` should retry ErrorKind::Interrupted

calmofthestorm opened this issue about 1 year ago
JoinHandle variant that abort on drop.

HyeonuPark opened this issue about 1 year ago
Disallow `blocking_{send,recv}` on wasm32

frewsxcv opened this pull request about 1 year ago
task: make task span explicit root

hds opened this pull request about 1 year ago
Data race in multi-threaded runtime

jhpratt opened this issue about 1 year ago
Update `windows-sys` 0.52

kennykerr opened this pull request about 1 year ago
Add main_thread_handle for process::Child

samkevich opened this issue about 1 year ago
feature(process): Use pidfd on Linux for `tokio::process::Child::wait`

NobodyXu opened this pull request about 1 year ago
chore: remove useless `wrapping_sub` in `new_with_receiver_count`

zhiqiangxu opened this pull request about 1 year ago
docs: fix task dump cargo config example

hds opened this pull request about 1 year ago
io: flush in `AsyncWriteExt` examples

Darksonn opened this pull request about 1 year ago
runtime: handle missing context on wake

Darksonn opened this pull request about 1 year ago
task: document cancel safety of `LocalSet::run_until`

Darksonn opened this pull request about 1 year ago
metrics: fix hang in `worker_overflow_count` test

Darksonn opened this pull request about 1 year ago
runtime: document fairness guarantees and current behavior

Darksonn opened this pull request about 1 year ago
net: add support for getting abstract namespace from socketaddr

hkrutzer opened this pull request about 1 year ago
Fix typos

wutchzone opened this pull request about 1 year ago
Use pidfd on Linux for `tokio::process::Child::wait`

NobodyXu opened this issue about 1 year ago
Use `signalfd` on Linux for `tokio::signal`

NobodyXu opened this issue about 1 year ago
Deadlock? on MacOS with spawn_blocking

c-antin opened this issue about 1 year ago
chore: prepare Tokio v1.34.0 release

carllerche opened this pull request about 1 year ago
Inconsistencies between channel stream types in tokio_streams

TylerBloom opened this issue about 1 year ago
io: increase `ScheduledIo` tick resolution

carllerche opened this pull request about 1 year ago
io: fix possible I/O resource hang

carllerche opened this pull request about 1 year ago
io: I/O resources can hang in rare cases

carllerche opened this issue about 1 year ago
Implement FromIter for JoinSet

jkelleyrtp opened this issue about 1 year ago
Update stats when unparking worker in multi-threaded runtime

aliu opened this pull request about 1 year ago
Fix typo in peekable docs

yotamofek opened this pull request about 1 year ago
Ability to change permissions on NamedPipeServer without using unsafe

bryanlarsen opened this issue about 1 year ago
net: add support for anonymous unix pipes

satakuma opened this pull request about 1 year ago
chore: update rust-version to 1.63 in all crates

Darksonn opened this pull request about 1 year ago
`tokio-util 0.7.9` should have bumped `rust-version`

polarathene opened this issue about 1 year ago
Implement AsyncRead for &Take<File>

alucryd opened this issue about 1 year ago
documentation: LocalSet#run_until is cancel-safe

bryanlarsen opened this issue about 1 year ago
ci: fix docs on latest nightly

Darksonn opened this pull request about 1 year ago
Fixed typos

fritzrehde opened this pull request about 1 year ago
named Tasks on runtime

PSeitz opened this issue about 1 year ago
`LengthDelimitedCodec` could support encoding borrowed buffers

GoldsteinE opened this issue about 1 year ago
#[cfg(panic = "unwind")]

Satyam1Vishwakarma opened this pull request about 1 year ago
feat: add task counter pairs

conradludgate opened this pull request about 1 year ago
Allow disabling time auto-advance behavior in tests

l4l opened this pull request about 1 year ago
task: add tests for tracing instrumentation of tasks

hds opened this pull request about 1 year ago
tokio: gate panicking tests with `#[cfg(panic = "unwind")]`

Darksonn opened this pull request about 1 year ago
Verify that all tests pass with panic=abort

Darksonn opened this issue about 1 year ago
`tokio::select!`: clarify documentation

9999years opened this pull request about 1 year ago
docs: add countdown latch example to `Semaphore`

hawkw opened this pull request about 1 year ago
chore: prepare tokio-util v0.7.10

Darksonn opened this pull request about 1 year ago
ci: update nightly to 2023-10-21

Darksonn opened this pull request about 1 year ago
deps(tokio-util): update hashbrown to 0.14

dignifiedquire opened this pull request about 1 year ago
[email protected] depends on outdated hashbrown

dignifiedquire opened this issue about 1 year ago
doc: fix broadcast::channel link

xianhuazhou opened this pull request about 1 year ago
Doc typo in tokio::sync::broadcast::Sender::new

xianhuazhou opened this issue about 1 year ago
time: remove cached `elapsed` value from driver state

satakuma opened this pull request over 1 year ago
`tokio::fs::read_dir` loops infinitely on one entry

Nughm3 opened this issue over 1 year ago
tokio-stream: add `StreamExt::Peekable` method

MarinPostma opened this pull request over 1 year ago
Added vita target support

nikarh opened this pull request over 1 year ago
why some task never yield.

yuyang-ok opened this issue over 1 year ago
driver: add support for registering file descriptors with user-specified flags

Noah-Kennedy opened this pull request over 1 year ago
Add a countdown latch primitive to tokio::sync

mcches opened this issue over 1 year ago
Tokio made compilation failure

shuyanzhu opened this issue over 1 year ago
RFC: User-specified epoll flags

Noah-Kennedy opened this issue over 1 year ago
codec: allow AnyDelimiterCodec to take bytes

shikanime opened this pull request over 1 year ago
Clippy and doc fixes

barafael opened this pull request over 1 year ago
io: fix integer overflow in `take`

Darksonn opened this pull request over 1 year ago
changelog: fix typo in quadratic

Darksonn opened this pull request over 1 year ago
chore: remove bin directory

Darksonn opened this pull request over 1 year ago
readme: remove rdbc and add axum to related projects

Darksonn opened this pull request over 1 year ago
time: reorder comment in sleep.rs

Darksonn opened this pull request over 1 year ago
fs: update cfg attr in `fs::read_dir`

icedrocket opened this pull request over 1 year ago
net: fix flaky doctest for `TcpStream::into_std`

Darksonn opened this pull request over 1 year ago
tokio: remove #5973 from changelog

Darksonn opened this pull request over 1 year ago
`tokio::io::Take` overflows on 32bit target

svenrademakers opened this issue over 1 year ago
chore: move 1.20.x to previous LTS releases

satakuma opened this pull request over 1 year ago
Docs: Improve the documentation around AsyncWriteExt::shutdown

IvanUkhov opened this issue over 1 year ago
io: allow `clear_readiness` after io driver shutdown

Darksonn opened this pull request over 1 year ago
Bad error message when using IO resource after destroying runtime

PatatasDelPapa opened this issue over 1 year ago
Tokio spawn memory leak

alexandermake opened this issue over 1 year ago
AsyncBufRead more buf control

JPaja opened this issue over 1 year ago
impl AsyncRead for Receiver

svenrademakers opened this issue over 1 year ago
mpsc receiver that panics when a sender panics

Jonathan-Landeed opened this issue over 1 year ago
chore: render taskdump docs in Netlify previews

satakuma opened this pull request over 1 year ago
chore: prepare Tokio v1.33.0 release

satakuma opened this pull request over 1 year ago
Stack overflow in release builds with large futures

mathieulj opened this issue over 1 year ago
fix unclosed doctest

jiftoo opened this pull request over 1 year ago
docs: fix new doc warnings in 1.73.0

Darksonn opened this pull request over 1 year ago
Test hang in `tokio::rt_metrics worker_overflow_count`

Darksonn opened this issue over 1 year ago
docs: `tokio::sync::mpsc` can still be read when all senders are dropped

tae-soo-kim opened this issue over 1 year ago
time: reduce iteration count in short_sleeps test

Darksonn opened this pull request over 1 year ago
Panics when using `tokio_taskdump`

DmitrySamoylov opened this issue over 1 year ago
Semaphore doc final cleanup

Darksonn opened this pull request over 1 year ago