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

Add a check-redox job in GH Action ci.yml workflow

andrewdavidmackenzie opened this pull request over 1 year ago
`TryInto<OwnedHandle>` for Windows named pipes

kotauskas opened this issue over 1 year ago
tcp_into_std test should retry if AddrInUse

ivanloz opened this issue over 1 year ago
Add spawn blocking methods to joinmap

tthebst opened this pull request over 1 year ago
Allow specifying custom interest for TcpStream

leftmostcat opened this pull request over 1 year ago
rt: improve docs for Builder::max_blocking_threads

nylonicious opened this pull request over 1 year ago
Enrich the structure of traces emitted by Tokio

hds opened this issue over 1 year ago
Add redox-os to conditional compilation #[cfg] for ucred usage alongside other linux-like OS

andrewdavidmackenzie opened this pull request over 1 year ago
chore: fix typo

icedrocket opened this pull request over 1 year ago
chore: upgrade remaining 2018 edition crates to 2021 edition

taiki-e opened this pull request over 1 year ago
ci: update cargo-check-external-types to 0.1.7

taiki-e opened this pull request over 1 year ago
Implement `Async{Read,Write}` for `AsyncFd`

oxalica opened this issue over 1 year ago
Interest::PRIORITY never ready on TcpStream

leftmostcat opened this issue over 1 year ago
Fix futures_io::AsyncSeek implementaion for Compat

dhruv9vats opened this pull request over 1 year ago
Panic at linked_list.rs

simon-fu opened this issue over 1 year ago
io: add `Ready::ERROR` and report error readiness

folkertdev opened this pull request over 1 year ago
tokio::time::sleep in tokio::select! wrong behaviour

getong opened this issue over 1 year ago
Improve task dump documentation

jswrenn opened this pull request over 1 year ago
Tokio: thread '<unamed>' panicked when SIGINT

lauti7 opened this issue over 1 year ago
configable budget for runtime

gftea opened this pull request over 1 year ago
ci: temporarily disable semver check

Darksonn opened this pull request over 1 year ago
rt: reduce code defined in macros

carllerche opened this pull request over 1 year ago
rt: panic if `EnterGuard` dropped incorrect order

carllerche opened this pull request over 1 year ago
Ability to run one event loop per worker thread

trungda opened this issue over 1 year ago
ci: disable tuning test when runing ASAN

carllerche opened this pull request over 1 year ago
Make `JoinSet::poll_join_next` a public API

bartlomieju opened this issue over 1 year ago
rt: split `runtime::context` into multiple files

carllerche opened this pull request over 1 year ago
ci: add more debug info with tuning test

carllerche opened this pull request over 1 year ago
rt: `EnterGuard` should not be `Send`

carllerche opened this pull request over 1 year ago
runtime: `Scoped` should not be `Sync`

Darksonn opened this pull request over 1 year ago
Seek stream_position error when using Compat with File

tmpfs opened this issue over 1 year ago
Revert "macros: fix diagnostics of last statement"

icedrocket opened this pull request over 1 year ago
macros: fix diagnostics of last statement

icedrocket opened this pull request over 1 year ago
Remove dead platform.rs file

udoprog opened this pull request over 1 year ago
refactor: Replace OnceCell with std lib impl

howjmay opened this pull request over 1 year ago
Clone may "miss" ongoing operations

djmitche opened this issue over 1 year ago
task: use pin-project for `TaskLocalFuture`

BugenZhao opened this pull request over 1 year ago
rt: make `CONTEXT` const TLS

carllerche opened this pull request over 1 year ago
rt: interleaving multiple calls to `Handle::enter()` does not work

carllerche opened this issue over 1 year ago
tokio-util: exposes tasks in tokio-util's cargo

githubsands opened this pull request over 1 year ago
rt(threaded): move inject queue lock to worker

carllerche opened this pull request over 1 year ago
ci: fix spurious CI failure

carllerche opened this pull request over 1 year ago
Can we add `shutdown()` to `JoinHandle`?

ileixe opened this issue over 1 year ago
rt: move Inject to `runtime::scheduler`

carllerche opened this pull request over 1 year ago
rt: start work to unify MT scheduler mutexes

carllerche opened this pull request over 1 year ago
Add `TaskLocalFuture::into_value`

TennyZhuang opened this issue over 1 year ago
rt: experiment with alt file structure

carllerche opened this pull request over 1 year ago
rt: move deferred task list to scheduler

carllerche opened this pull request over 1 year ago
unclear how to ensure a TLS key is set in all runtime threads

rbtcollins opened this issue over 1 year ago
tokio-util: add AsyncRead/AsyncWrite passthrough for inspect

cconstantine opened this pull request over 1 year ago
Merge 1.28.2 into master

Darksonn opened this pull request over 1 year ago
Prepare Tokio v1.28.2

Darksonn opened this pull request over 1 year ago
Merge 1.25.1 into 1.28.x

Darksonn opened this pull request over 1 year ago
Prepare Tokio v1.25.1

Darksonn opened this pull request over 1 year ago
Merge 1.20.5 into 1.25.x

Darksonn opened this pull request over 1 year ago
ci: use a fixed stable on 1.25.x

Darksonn opened this pull request over 1 year ago
Prepare Tokio v1.20.5

Darksonn opened this pull request over 1 year ago
Merge 1.18.6 into 1.20.x

Darksonn opened this pull request over 1 year ago
Prepare Tokio v1.18.6

Darksonn opened this pull request over 1 year ago
tokio: disable default features for mio

Darksonn opened this pull request over 1 year ago
rt: move scheduler ctxs to runtime::context

carllerche opened this pull request over 1 year ago
Typo fix

nanoqsh opened this pull request over 1 year ago
Added partial reexport of bytes crate

RaccoonSupremacy opened this pull request over 1 year ago
rt: avoid cloning `runtime::Handle` in `spawn`

carllerche opened this pull request over 1 year ago
ci: speed up multi-threaded runtime loom tests.

carllerche opened this pull request over 1 year ago
Reexported bytes::BytesMut

RaccoonSupremacy opened this pull request over 1 year ago
Make JoinSet::poll_join_next public

nvartolomei opened this pull request over 1 year ago
rt(threaded): basic self-tuning of injection queue

carllerche opened this pull request over 1 year ago
taskdump: implement task dumps for multi-thread runtime

jswrenn opened this pull request over 1 year ago
Wait for messages in the error queue

folkertdev opened this issue over 1 year ago
rt(threaded): basic self-tuning of injection queue

carllerche opened this pull request over 1 year ago
rt(threaded): cap LIFO slot polls

carllerche opened this pull request over 1 year ago
Saner default for runtime flavor

omarandlorraine opened this issue over 1 year ago
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