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

sync: fix sync::broadcast::Sender<T>::closed() doctest

evanrittenhouse opened this pull request 9 days ago
Use `&self` instead of `&mut self` for `ReadHalf::peek`

al8n opened this pull request 9 days ago
Revert "sync: add `broadcast::Sender::closed`"

Darksonn opened this pull request 10 days ago
process: add `Command::get_kill_on_drop()`

czy-29 opened this pull request 10 days ago
ci: fix ci error about wasm32-wasip1

Darksonn opened this pull request 10 days ago
Add `.get_kill_on_drop()` method to `Command`

czy-29 opened this issue 11 days ago
Add run_until_cancelled_owned to CancellationToken

tysen opened this pull request 11 days ago
chore: prepare Tokio v1.43.0

Darksonn opened this pull request 12 days ago
chore: prepare tokio-macros v2.5.0

Darksonn opened this pull request 12 days ago
Add `.len()` method to `UnboundedSender`

tqwewe opened this issue 12 days ago
feat(tokio_util): Stabilise JoinMap

conradludgate opened this pull request 14 days ago
docs: Fix LocalRuntime doc links

nominolo opened this pull request 14 days ago
chore: use unsync loads for `unsync_load`

Darksonn opened this pull request 14 days ago
runtime: move is_join_waker_set assertion in unset_waker

Darksonn opened this pull request 14 days ago
ci: split miri jobs into unit and integration tests

Darksonn opened this pull request 14 days ago
Update README.md

mrgreatmaster opened this pull request 14 days ago
macros: charecterization tests for ? operator fail

joshka opened this pull request 14 days ago
Add `UdpSocket::peek` method

al8n opened this pull request 15 days ago
Fix ambiguity in `TcpStream::try_write_vectored` docs

AeonSolstice opened this pull request 16 days ago
Change `AsyncReadExt::read` docs formatting to clarify requirements

AeonSolstice opened this pull request 16 days ago
stream: add StreamExt::partition() method

joshka opened this pull request 17 days ago
execute future in tokio::spawn causes more memory consumption.

dream-1ab opened this issue 18 days ago
Fix typo in miri ignore comment

tiif opened this pull request 18 days ago
ci: add spellcheck.dic validation

drink7036290 opened this pull request 18 days ago
Unmatched Number of Words vs. Actual Entries in spellcheck.dic

drink7036290 opened this issue 18 days ago
Run doc tests with miri in ci

tiif opened this pull request 19 days ago
sync: add `Receiver::poll_recv(..)` method

cratelyn opened this pull request 20 days ago
util: simplify `ReusableBoxFuture::try_set` logic

yukibtc opened this pull request 21 days ago
Race-condition on shutdown of current-thread runtime?

thomaseizinger opened this issue 21 days ago
io: use `BufMut::put_bytes` in `Repeat` read impl

paolobarbolini opened this pull request 22 days ago
io: extend `Buf` length only after having read into it

paolobarbolini opened this pull request 22 days ago
Clarify ReadBuf::uninit allows initialized buffers as well

zacknewman opened this pull request 22 days ago
Short-read optimization is wrong for O_DIRECT pipes

throwable-one opened this issue 22 days ago
Unnecessary RwLock in time driver

matiu2 opened this issue 22 days ago
fix: A couple of typos in `once_cell.rs`

felipecsl opened this pull request about 1 month ago
Refactor `sync::batch_semaphore::Semaphore::poll_acquire`

cip999 opened this pull request about 1 month ago
Make `tokio::test` attribute compatible with `sealed_test` attribute

fozzbuzz opened this issue about 1 month ago
codec: fix typo in API documentation

CMelz opened this pull request about 1 month ago
Fix Haiku

Fancy2209 opened this pull request about 1 month ago
Fix thread parking on WebAssembly

surban opened this pull request about 1 month ago
Alternative to Runtime::enter that doesn't return a guard

dev-ardi opened this issue about 1 month ago
Tokio::signals::windows - are windows signals correctly handled?

Astlaan opened this issue about 1 month ago
sync: extend documentation for watch::Receiver::wait_for

cip999 opened this pull request about 1 month ago
Using timeout hangs a program on wasm32-wasip1

surban opened this issue about 1 month ago
Minor simplification in lib.rs doc string

barafael opened this pull request about 1 month ago
Implement a `join_all` convenience function

FalkWoldmann opened this issue about 1 month ago
Error handling, clippy

sharma-shray opened this pull request about 1 month ago
False `unreachable_code` warning for `try_join`

cblp opened this issue about 1 month ago
signal: add support for realtime signals on illumos

sunshowers opened this pull request about 1 month ago
`CancellationToken` should support GC its children

tabokie opened this issue about 1 month ago
util: enable `Either` to use underlying `AsyncWrite` implementation

mox692 opened this pull request about 1 month ago
stream: add examples to wrapper types

joshka opened this pull request about 1 month ago
Run spawn_pinned test on miri

tiif opened this pull request about 1 month ago
Awaiting LocalSet spawn_local never runs and stalls the runtime

RedKinda opened this issue about 1 month ago
Document cancelation safety for `watch::Receiver::wait_for`

tthebst opened this issue about 2 months ago
chore: prepare tokio-stream v0.1.17

Darksonn opened this pull request about 2 months ago
[tokio-stream] needs dev-dependency so tests can run

werdahias opened this issue about 2 months ago
Spelling and Date Format Corrections

donatik27 opened this pull request about 2 months ago
Add instructions that explain how to fix spellcheck errors

Darksonn opened this pull request about 2 months ago
signal: remove oneshot channels from tests

Darksonn opened this pull request about 2 months ago
process: add `Command::into_std()`

czy-29 opened this pull request about 2 months ago
ci: detect trailing whitespace

Darksonn opened this pull request about 2 months ago
chore: prepare tokio-util v0.7.13

Darksonn opened this pull request about 2 months ago
codec: fix incorrect handling of invalid utf-8 in `LinesCodec::decode_eof`

Zettroke opened this pull request about 2 months ago
Potential thread leak in ``rt_common`` tests

tiif opened this issue about 2 months ago
Unfreeze FreeBSD from rustc 1.81

Darksonn opened this pull request about 2 months ago
tracing: move tracing instrumentation tests into tokio tests

hds opened this pull request about 2 months ago
ci: allow Unicode-3.0 license for unicode-ident

Darksonn opened this pull request about 2 months ago
chore: prepare Tokio v1.42.0

Darksonn opened this pull request about 2 months ago
tests: fix typo in build test instructions

leopardracer opened this pull request about 2 months ago
Add WeakSender for tokio::sync::broadcast

Carter12s opened this issue about 2 months ago
Can't build Tokio crate, on Haiku

vmlemon opened this issue about 2 months ago
time: use `array::from_fn` instead of manually creating array

Dav1dde opened this pull request about 2 months ago
runtime: fixed yield_now lost wakeup

quininer opened this pull request about 2 months ago
ci: pin valgrind on 1.82

Darksonn opened this pull request about 2 months ago
readme: unlist 1.32.x as LTS release

Darksonn opened this pull request about 2 months ago
external executor block_on and yield defer do not work together

quininer opened this issue about 2 months ago
signal: add SignalKind::info on illumos

sunshowers opened this pull request about 2 months ago
The tokeio asynchronous function must be executed with 'await'

zhangxize opened this issue about 2 months ago
`AsyncFd` should use `AsFd` rather than `AsRawFd`

cramertj opened this issue about 2 months ago
Fix typo in `time::Instant` docs

taliyahwebb opened this pull request 2 months ago
Add annotation for tests with miri ignore

tiif opened this pull request 2 months ago
I propose exposing the pidfd instance for Tokio-spawned child processes on Linux

ChrysoliteAzalea opened this pull request 2 months ago
Unwind triggered while reading from TcpStream.

fooooter opened this issue 2 months ago
style: simplify statements for readability

hamirmahal opened this pull request 2 months ago
Some statements can be simplified for readability

hamirmahal opened this issue 2 months ago
Update miri test command in CONTRIBUTING.md

tiif opened this pull request 2 months ago
allow getting task dump backtraces in a programmatic format

arielb1 opened this pull request 2 months ago
Tokio fs do not support Direct I/O

waruto210 opened this issue 2 months ago
make tracing a task public so self-tracing is possible

arielb1 opened this pull request 2 months ago
starving timeout with `async_io` on closed connections

flumm opened this issue 2 months ago
macros: Improve IDE support

nurmohammed840 opened this pull request 2 months ago