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: explain relation between `watch::Sender::{subscribe,closed}`

Darksonn opened this pull request 9 months ago
Consider implementing JoinHandle::try_join

andreastedile opened this issue 9 months ago
Document `Runtime::metrics`

Darksonn opened this issue 9 months ago
Use `wasm32-wasip1` target

Darksonn opened this issue 9 months ago
Create a macro to support parameterized tests

lprekon opened this issue 9 months ago
Add missing types to net module docs

Darksonn opened this pull request 9 months ago
Demonstrate markdown lint errors

joshka opened this pull request 9 months ago
Lint markdown docs

joshka opened this pull request 9 months ago
docs: add --locked to cargo install commands

joshka opened this pull request 9 months ago
sync: use usize instead of u32 for `SemaphorePermit::split`

Darksonn opened this pull request 9 months ago
sync: add examples for `SemaphorePermit`, `OwnedSemaphorePermit`

mox692 opened this pull request 9 months ago
Update CONTRIBUTING.md with recommended commands for building docs

dtolnay opened this pull request 9 months ago
tests: update nix dependency to 0.28

fkm3 opened this pull request 9 months ago
doc: add links

aoikurokawa opened this pull request 9 months ago
sync: add `split` method to the permit types

vvvviiv opened this pull request 9 months ago
Ignore flaky `worker_steal_count` test

Darksonn opened this pull request 9 months ago
Test worker_steal_count hangs sometimes

Darksonn opened this issue 9 months ago
macros: render more comprehensible documentation for `select!`

dtolnay opened this pull request 9 months ago
fs: rewrite file system docs

Darksonn opened this pull request 9 months ago
Fix minor clippy lints

barafael opened this pull request 9 months ago
Add Apple visionOS support

QuentinPerez opened this pull request 9 months ago
chore: fix typo

taiki-e opened this pull request 9 months ago
macros: allow if let Some() pattern

aoikurokawa opened this pull request 9 months ago
TcpListener::bind faild on windows server 2008 64-bit (Windows)

zhuxiujia opened this issue 9 months ago
Slowdown when using deeply nested vector

arnabanimesh opened this issue 9 months ago
`Pin<_>` errors on tokio::try_join

pauliesnug opened this issue 9 months ago
docs: add README.md for tokio-stream

aoikurokawa opened this pull request 9 months ago
tokio-stream is missing a README

Darksonn opened this issue 9 months ago
No option to choose buffer capacity for copy_bidrectional

dd-dreams opened this issue 9 months ago
feat(tokio-util): Add CancellationTokenWithReason

conradludgate opened this pull request 9 months ago
docs: Update license year to 2024

joshka opened this pull request 9 months ago
Semaphore deadlock

scw00 opened this issue 9 months ago
io: implement AsyncBufRead for Join

bharath-123 opened this pull request 9 months ago
Shutdown server with CancellationToken

listepo opened this issue 9 months ago
`tokio::io::Join` should implement `AsyncBufRead`

Darksonn opened this issue 9 months ago
runtime: make improvements to `global_queue_interval`

mox692 opened this pull request 9 months ago
chore: update CI to clippy 1.77

Siech0 opened this pull request 9 months ago
join and select macros should use IntoFuture

conradludgate opened this issue 9 months ago
Allow dynamically sized types in tokio_util::io::poll_read_buf

tglane opened this pull request 9 months ago
runtime: fix double-increment of num_idle_threads when shutdown

liuq19 opened this pull request 9 months ago
Handle return type properly

richardpringle opened this pull request 9 months ago
The check-spelling ci job has broken

Darksonn opened this issue 9 months ago
chore: prepare Tokio v1.37.0

Darksonn opened this pull request 9 months ago
util: Make tracing optional when codec is enabled

Gelbpunkt opened this pull request 9 months ago
feat: impl Clone for task_local where T: Clone

fenollp opened this pull request 9 months ago
io: document cancel safety of `AsyncBufReadExt::fill_buf`

maminrayej opened this pull request 10 months ago
Document cancelation safety `AsyncBufReadExt::fill_buf`

jkalez opened this issue 10 months ago
tokio_util::io::poll_read_buf does not work with ?Sized type.

fakeshadow opened this issue 10 months ago
Add `is_empty` or similar to `mpsc::Receiver`

Palladinium opened this issue 10 months ago
fs: add read_at/write_at/seek_read/seek_write for fs::File

SteveLauC opened this pull request 10 months ago
readme: add discription about benchmarks

mox692 opened this pull request 10 months ago
Many people report scheduler panics recently

Darksonn opened this issue 10 months ago
chore: fix dead code warning

maminrayej opened this pull request 10 months ago
assertion failed: prev.ref_count() >= 1

lifeRobot opened this issue 10 months ago
Adding support for QNX OS

SebastianSchildt opened this pull request 10 months ago
Ability to resize the async main()'s thread pool from within

Pr0methean opened this issue 10 months ago
sync: add a `rwlock()` method to owned `RwLock` guards

r3v2d0g opened this pull request 10 months ago
util: add documentation about cancel safety of `SinkExt::send`

maminrayej opened this pull request 10 months ago
Panic within multi-threaded scheduler

hallmaxw opened this issue 10 months ago
util: assert compatibility between `LengthDelimitedCodec` options

maminrayej opened this pull request 10 months ago
Semaphore example on sending http requests

Darksonn opened this issue 10 months ago
fs: add `set_max_buf_size` to `tokio::fs::File`

mox692 opened this pull request 10 months ago
runtime: prevent using unhandled_panic option on multi-thread runtime

maminrayej opened this pull request 10 months ago
stream: add `next_many` and `poll_next_many` to `StreamMap`

maminrayej opened this pull request 10 months ago
readme: fix the guide for running loom tests

maminrayej opened this pull request 10 months ago
Missing `IsTerminal::is_terminal` for files and stdin

ventaquil opened this issue 10 months ago
sync: remove stale comment

maminrayej opened this pull request 10 months ago
sync: expose strong and weak counts of mpsc sender handles

maminrayej opened this pull request 10 months ago
io: use Mutex instead of spinlock

maminrayej opened this pull request 10 months ago
JoinHandle polled after completion

lifeRobot opened this issue 10 months ago
chore: prepare tokio-stream v0.1.15

Darksonn opened this pull request 10 months ago
chore: prepare tokio-test v0.4.4

Darksonn opened this pull request 10 months ago
What do you think? https://zenoh.io/blog/2022-04-14-rust-async-eval/

han1548772930 opened this issue 10 months ago
tokio-util: remove `'static` bound on `impl Sink for PollSender`

nyibbang opened this pull request 10 months ago
Awaiting Read and Write Half concurrently causes spin lock.

Frostie314159 opened this issue 10 months ago
sync: update watch channel docs

mox692 opened this pull request 10 months ago
Handle `pid_shutdown_sockets` when accepting connections

dlon opened this issue 10 months ago
readme: update commit message guidelines

Darksonn opened this pull request 10 months ago
sync: reorder const_new before new_with

Darksonn opened this pull request 10 months ago
Sleeping for 0 ms results in a sleep of 1 ms

baoyachi opened this issue 10 months ago
Small typo fix in `tokio-stream`

yotamofek opened this pull request 10 months ago
sync: Implement `Clone` for `watch::Sender`

mox692 opened this pull request 10 months ago
fix: suggest secure mio

rex4539 opened this pull request 10 months ago
feat(rt): revise some const values in runtime

PureWhiteWu opened this pull request 10 months ago
file: parameterize file position

MarcusSorealheis opened this pull request 10 months ago
chore: fix deprecated circleci image

pmcgleenon opened this pull request 10 months ago
Update mio version

psandana opened this pull request 10 months ago