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

time: Do not overflow to signal value

Erk- opened this pull request over 1 year ago
ci: speed up loom tests

carllerche opened this issue over 1 year ago
taskdump: instrument the remaining leaf futures

Darksonn opened this pull request over 1 year ago
chore: rm .cargo/config and include in .gitignore

carllerche opened this pull request over 1 year ago
ci: update nightly version

carllerche opened this pull request over 1 year ago
rt: batch pop from injection queue when idle

carllerche opened this pull request over 1 year ago
process: add `raw_arg` method to `Command`

joriskleiber opened this pull request over 1 year ago
tokio::net::UdpSocket start failed

zkcrescent opened this issue over 1 year ago
rt: use task::Inject with current_thread scheduler

carllerche opened this pull request over 1 year ago
rt: small current_thread scheduler cleanup

carllerche opened this pull request over 1 year ago
rt: add internal counters to threaded runtime.

carllerche opened this pull request over 1 year ago
Add readable/writeable/ready methods to tokio::io::File

cmleinz opened this issue over 1 year ago
rt: multi-threaded runtime experiments

carllerche opened this pull request over 1 year ago
builder api for budget configuration for runtime and task

gftea opened this issue over 1 year ago
ci: skip miri tests when running loom

carllerche opened this pull request over 1 year ago
Link to latest version of tokio-util docs

a-robinson opened this pull request over 1 year ago
Fix stacked borrows issue in `JoinSet`

Darksonn opened this pull request over 1 year ago
tokio-tcpstream CLOSE-WAIT bug

f4nff opened this issue over 1 year ago
Speedup CI

NobodyXu opened this pull request over 1 year ago
sync: add broadcast::Receiver::blocking_recv method

nylonicious opened this pull request over 1 year ago
terminated by signal SIGSEGV (Address boundary error)

planetoryd opened this issue over 1 year ago
add `Lazy` cell to `tokio::sync`

Jules-Bertholet opened this pull request over 1 year ago
ci: only check fuzz tests after basic tests

Darksonn opened this pull request over 1 year ago
Fix starvation when using LIFO slot without consuming budget

Darksonn opened this pull request over 1 year ago
rt: instrument task poll times with a histogram

carllerche opened this pull request over 1 year ago
The `tokio::test` macro fails to compile with `no_implicit_prelude`

jdisanti opened this issue over 1 year ago
Add ci step to check tokio-stream/fuzz compiles

hootio opened this pull request over 1 year ago
Merge 1.28.1

Darksonn opened this pull request over 1 year ago
chore: prepare Tokio v1.28.1

Darksonn opened this pull request over 1 year ago
net::UnixListener: Allow binding/using an existing socket

Clockwork-Muse opened this issue over 1 year ago
tokio: fix warnings in AS_FD_PROBE

djc opened this pull request over 1 year ago
taskdump: instrument `JoinHandle` and `tokio::fs`

Darksonn opened this pull request over 1 year ago
Remove unused code from fuzz_steam_map.rs

hootio opened this pull request over 1 year ago
{join,leave}_multicast_v{4,6} functions should probably be async

RReverser opened this issue over 1 year ago
Variables in debugging mode

LaurentMnr95 opened this issue over 1 year ago
net: Add nodelay methods on TcpSocket

matildasmeds opened this pull request over 1 year ago
docs: fix typo in doc comment

vidhanio opened this pull request over 1 year ago
Add ci step to check /tokio/ fuzzing compiles

hootio opened this pull request over 1 year ago
util/io: add `SyncReadToAsyncRead`

RaitoBezarius opened this pull request over 1 year ago
sync: implement more traits for channel errors

GilShoshan94 opened this pull request over 1 year ago
tokio-util: enable non-`'static` `PollSender`

Daniel-Bloom-dfinity opened this pull request over 1 year ago
Debug impl of mpsc::error::TrySendError<T> should not bound T: Debug

GilShoshan94 opened this issue over 1 year ago
Implement `blocking_recv` function for `broadcast::Receiver`

Slixe opened this issue over 1 year ago
Resolve a semantic conflict between #5608 and #5628.

jswrenn opened this pull request over 1 year ago
net: add uds doc alias for unix sockets

Darksonn opened this pull request over 1 year ago
chore: prepare tokio-stream v0.1.14

Darksonn opened this pull request over 1 year ago
stream: fix minimum Tokio dependency

Darksonn opened this pull request over 1 year ago
fs: reduce blocking ops in `fs::read_dir`

icedrocket opened this pull request over 1 year ago
chore: prepare tokio-stream v0.1.13

Darksonn opened this pull request over 1 year ago
chore: prepare tokio-util v0.7.8

Darksonn opened this pull request over 1 year ago
chore: prepare Tokio v1.28.0

Darksonn opened this pull request over 1 year ago
chore: prepare tokio-macros v2.1.0

Darksonn opened this pull request over 1 year ago
Use the cargo-semver-checks GitHub Action for semver-checking

obi1kenobi opened this pull request over 1 year ago
sync: useful Debug impl for RwLock

FHTMitchell opened this pull request over 1 year ago
LinesCodec returns incomplete frames on EOF

wolthom opened this issue over 1 year ago
docs: Fix typo in `Semaphore::MAX_PERMITS`

topenkoff opened this pull request over 1 year ago
chore: fix compiler output changes in rustc 1.69

Darksonn opened this pull request almost 2 years ago
Remove ntapi dev-dependency

Darksonn opened this pull request almost 2 years ago
[Solved] Help: Atomic operation goes wrong in this situation

kingwingfly opened this issue almost 2 years ago
stream: add "full" feature flag

Wasabi375 opened this pull request almost 2 years ago
meta: task dump stabilization

jswrenn opened this issue almost 2 years ago
Revert "macros: hide internal constant in select! macro (#5617)"

taiki-e opened this pull request almost 2 years ago
docs: Fix typo in #[tokio::test] docs

adamchalmers opened this pull request almost 2 years ago
Fix spurious `yield_defers_until_park` test

Darksonn opened this pull request almost 2 years ago
Expose futures for mpsc::Sender::reserve[_owned]()

coolreader18 opened this pull request almost 2 years ago
Cancellation token docs

DonSheddow opened this pull request almost 2 years ago
poll returns readable, but there is no reader

yshui opened this issue almost 2 years ago
[#5536] tokio-util: fix panic in DelayQueue

isabelleatkins opened this pull request almost 2 years ago
util: make tokio an optional dependency

udoprog opened this issue almost 2 years ago
runtime: Add a metric that counts currently active tasks

matildasmeds opened this pull request almost 2 years ago
Make macro_rules `(try_)join!` always available

NobodyXu opened this pull request almost 2 years ago
Implement Borrow/BorrowMut for MutexGuard

c410-f3r opened this pull request almost 2 years ago
doc: Update Clippy version in contrib guide

hds opened this pull request almost 2 years ago
fix: better spans in #[tokio::main] output

evertedsphere opened this pull request almost 2 years ago
Add `JoinSet::spawn_blocking`

shepmaster opened this pull request almost 2 years ago
sync: implement watch::Receiver::wait_for method

debadree25 opened this pull request almost 2 years ago
io: make read_to_end not grow unnecessarily

tzx opened this pull request almost 2 years ago
Add `is_finished` functionality to JoinSet

benj2468 opened this issue almost 2 years ago
Implement task dumps for current-thread runtime.

jswrenn opened this pull request almost 2 years ago
sync: add `watch::Receiver::wait_for`

carllerche opened this issue almost 2 years ago
Ensure that fuzz tests compile in CI

Darksonn opened this issue almost 2 years ago
Update naming around TcpListener::from_std so that it's harder to misuse

Ten0 opened this pull request almost 2 years ago
TcpListener::from_std is super easy to misuse

Ten0 opened this issue almost 2 years ago
read_to_end grows buf beyond take limit

danielnorberg opened this issue almost 2 years ago
impl BufMut for ReadBuf (?)

coolreader18 opened this issue almost 2 years ago
Waiting for things to shut down

Darksonn opened this issue almost 2 years ago
sync: avoid deadlocks in `broadcast` with custom wakers

satakuma opened this pull request almost 2 years ago
stream: add StreamExt::timeout_repeating

jrray opened this pull request almost 2 years ago
tokio-util: time: add `DelayQueue::peek`

Gelbpunkt opened this pull request almost 2 years ago
TcpStraem wirte_all() large size Vec, read() will block?

mengzhaofeng2016 opened this issue almost 2 years ago
add Interest::PRIORITY and ready and ready_mut functions to AsyncFd

folkertdev opened this pull request almost 2 years ago
Explain more the difference between JoinSet and FuturesUnordered<JoinHandle>.

GilShoshan94 opened this issue almost 2 years ago
time: fix wake-up with interval on `Ready`

sgasse opened this pull request almost 2 years ago
Panic on `blocking_send`/`blocking_recv` running in the browser

wngr opened this issue almost 2 years ago
Support for anonymous pipes

notpeelz opened this issue almost 2 years ago
Runtime identifier and name

hds opened this issue almost 2 years ago
task: make `JoinHandle::abort_handle` public

SparkyPotato opened this pull request almost 2 years ago
add async_io for AsyncFd

folkertdev opened this pull request almost 2 years ago