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

`EXC_BAD_ACCESS (SIGSEGV)` on `UnboundedSender::send`

thomaseizinger opened this issue 5 days ago
io: add `read_buf_exact` to `AsyncReadExt`

maminrayej opened this pull request 5 days ago
io: implemented `get_ref` and `get_mut` for `SyncIoBridge`

wngr opened this pull request 5 days ago
Please provide a `read_buf_exact` helper

joshtriplett opened this issue 7 days ago
Add `TcpStream::shutdown`

al8n opened this pull request 7 days ago
Stabilize `runtime::id::Id`

chinedufn opened this pull request 7 days ago
chore: use [lints] to address unexpected_cfgs lint

taiki-e opened this pull request 7 days ago
ci: test AArch64/Armv7hf Linux on ubuntu-22.04-arm runner

taiki-e opened this pull request 8 days ago
Fix CTRL_CLOSE, CTRL_LOGOFF and CTRL_SHUTDOWN on windows

Finomnis opened this pull request 8 days ago
Flaky Test

rcoh opened this issue 8 days ago
Task poll callbacks

GJason88 opened this pull request 10 days ago
Not building when using tokio on apple silicon

Lalit64 opened this issue 11 days ago
build: upgrade `windows-sys` 0.52 → 0.59

ErichDonGubler opened this pull request 11 days ago
coop: expose `coop` as a public module

maminrayej opened this pull request 11 days ago
io: implement `is_terminal` for stdio types

maminrayej opened this pull request 13 days ago
docs: fix warnings when building the docs

maminrayej opened this pull request 14 days ago
runtime: clean up magic number usage

maminrayej opened this pull request 14 days ago
macros: make select budget-aware

maminrayej opened this pull request 14 days ago
Enhance Documentation: Alternatives to `select!` Macro

Ddystopia opened this pull request 14 days ago
MPSC queue hangs on repeated polling

jshaw-jump opened this issue 15 days ago
Rough implementation of task poll callbacks

rcoh opened this pull request 15 days ago
sync: add `len` and `is_empty` methods to mpsc senders

tqwewe opened this pull request 18 days ago
DRAFT RFC: limited `no-std` I/O support using `portable-io`

brody4hire opened this pull request 18 days ago
sync: Added `WeakSender` to `sync::broadcast::channel`

tglane opened this pull request 18 days ago
Create [dependencies] tokio = { version = "1.43.0", features = ["full…

sskyblue1010 opened this pull request 18 days ago
RwLock blocking_read/write methods rely on block_on

eloff opened this issue 19 days ago
sync: handle panic during mpsc drop

mox692 opened this pull request 20 days ago
7707 updated Tx struct and UnboundedSender to return message length

Archibajl opened this pull request 20 days ago
sync: fix sync::broadcast::Sender<T>::closed() doctest

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

mrgreatmaster opened this pull request 27 days ago
macros: characterization tests for ? operator fail

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

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

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

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

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

dream-1ab opened this issue about 1 month ago
Fix typo in miri ignore comment

tiif opened this pull request about 1 month ago
ci: add spellcheck.dic validation

drink7036290 opened this pull request about 1 month ago
Unmatched Number of Words vs. Actual Entries in spellcheck.dic

drink7036290 opened this issue about 1 month ago
Run doc tests with miri in ci

tiif opened this pull request about 1 month ago
sync: add `Receiver::poll_recv(..)` method

cratelyn opened this pull request about 1 month ago
util: simplify `ReusableBoxFuture::try_set` logic

yukibtc opened this pull request about 1 month ago
Race-condition on shutdown of current-thread runtime?

thomaseizinger opened this issue about 1 month ago
io: use `BufMut::put_bytes` in `Repeat` read impl

paolobarbolini opened this pull request about 1 month ago
io: extend `Buf` length only after having read into it

paolobarbolini opened this pull request about 1 month ago
Clarify ReadBuf::uninit allows initialized buffers as well

zacknewman opened this pull request about 1 month ago
Short-read optimization is wrong for O_DIRECT pipes

throwable-one opened this issue about 1 month ago
Unnecessary RwLock in time driver

matiu2 opened this issue about 1 month ago
cargo test will hang on windows, it may cause by thread_local drop?

driftluo opened this issue about 1 month 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 2 months ago
Make `tokio::test` attribute compatible with `sealed_test` attribute

fozzbuzz opened this issue about 2 months ago
codec: fix typo in API documentation

CMelz opened this pull request about 2 months ago
Fix Haiku

Fancy2209 opened this pull request about 2 months ago
Fix thread parking on WebAssembly

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

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

Astlaan opened this issue about 2 months ago
sync: extend documentation for watch::Receiver::wait_for

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

surban opened this issue about 2 months ago
Minor simplification in lib.rs doc string

barafael opened this pull request about 2 months ago
Implement a `join_all` convenience function

FalkWoldmann opened this issue about 2 months ago
Error handling, clippy

sharma-shray opened this pull request about 2 months ago
False `unreachable_code` warning for `try_join`

cblp opened this issue about 2 months ago
signal: add support for realtime signals on illumos

sunshowers opened this pull request about 2 months ago
`CancellationToken` should support GC its children

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

mox692 opened this pull request about 2 months ago
stream: add examples to wrapper types

joshka opened this pull request about 2 months ago
Run spawn_pinned test on miri

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

RedKinda opened this issue about 2 months 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