Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Tokio

An asynchronous I/O stack for the Rust programming language.
Collective - Host: opensource - https://opencollective.com/tokio - Website: https://tokio.rs - Code: https://github.com/tokio-rs

Fix host elapsed time across software restarts

github.com/tokio-rs/turmoil - mcches opened this pull request about 2 years ago
`FixedBufPool::next`

github.com/tokio-rs/tokio-uring - mzabaluev opened this pull request about 2 years ago
Update FreeBSD CI environment to 12.4

github.com/tokio-rs/mio - asomers opened this pull request about 2 years ago
CI: build for aarch64

github.com/tokio-rs/console - maximeborges opened this pull request about 2 years ago
add IORING_SETUP_COOP_TASKRUN flag to builder

github.com/tokio-rs/io-uring - barcharcraz opened this pull request about 2 years ago
implement TcpStream::peek methods

github.com/tokio-rs/turmoil - MarinPostma opened this pull request about 2 years ago
Add method `BoundedBuf::put_slice`

github.com/tokio-rs/tokio-uring - mzabaluev opened this pull request about 2 years ago
rt: refactor driver, runtime, and op

github.com/tokio-rs/tokio-uring - Noah-Kennedy opened this pull request about 2 years ago
Refactor stream socket

github.com/tokio-rs/turmoil - MarinPostma opened this pull request about 2 years ago
feat(console): add support for Unix domain sockets

github.com/tokio-rs/console - benesch opened this pull request about 2 years ago
Const new without parking_lot

github.com/tokio-rs/tokio - VirxEC opened this pull request about 2 years ago
Remove protoc dependency?

github.com/tokio-rs/prost - jhutchins opened this issue about 2 years ago
compatibility with tokio

github.com/tokio-rs/tokio-metrics - daixiang0 opened this issue about 2 years ago
Add create_dir

github.com/tokio-rs/tokio-uring - kaimast opened this pull request about 2 years ago
Draft: Unknown fields

github.com/tokio-rs/prost - jasonahills opened this pull request about 2 years ago
`FixedBufPool`: a dynamic fixed buffer collection

github.com/tokio-rs/tokio-uring - mzabaluev opened this pull request about 2 years ago
Add cause of cancel cancelation token

github.com/tokio-rs/tokio - rekby opened this issue about 2 years ago
Test x86_64-pc-windows-gnu with Wine on CI

github.com/tokio-rs/mio - taiki-e opened this pull request about 2 years ago
util: make tokio an optional dependency

github.com/tokio-rs/tokio - udoprog opened this pull request about 2 years ago
assert failed: cx_core.is_none()

github.com/tokio-rs/tokio - koivunej opened this issue about 2 years ago
Optimize varint encoding

github.com/tokio-rs/prost - MelonShooter opened this pull request about 2 years ago
Update ui test output to Rust 1.65.0

github.com/tokio-rs/valuable - taiki-e opened this pull request about 2 years ago
Update ui test output to Rust 1.65.0

github.com/tokio-rs/async-stream - taiki-e opened this pull request about 2 years ago
Remove wrong `debug_assert` in `MatchedPath`

github.com/tokio-rs/axum - davidpdrsn opened this pull request about 2 years ago
v0.7.0

github.com/tokio-rs/axum - davidpdrsn opened this pull request about 2 years ago
Strange `debug_assert!` and runtime panics

github.com/tokio-rs/axum - Pure-Peace opened this issue about 2 years ago
Allow for thread safe `FixedBuf` handles

github.com/tokio-rs/tokio-uring - Nehliin opened this issue about 2 years ago
Update to axum 0.6.0

github.com/tokio-rs/tokio-metrics - davidpdrsn opened this pull request about 2 years ago
make IntoIter constructor public

github.com/tokio-rs/bytes - matko opened this pull request about 2 years ago
no_std / no_alloc / heapless support?

github.com/tokio-rs/prost - edisno opened this issue about 2 years ago
Mini-RFC: Custom type wrappers.

github.com/tokio-rs/prost - VladimirBramstedt opened this issue about 2 years ago
Fix a number of potential fd leaks

github.com/tokio-rs/mio - Thomasdezeeuw opened this pull request about 2 years ago
The UnixStream has an FD leakage problem.

github.com/tokio-rs/mio - silence-coding opened this issue about 2 years ago
chore(deps): update env_logger requirement from 0.8.4 to 0.10.0

github.com/tokio-rs/tracing - dependabot[bot] opened this pull request about 2 years ago
Example of tcp_listener using fixed buffers

github.com/tokio-rs/tokio-uring - FrankReh opened this pull request about 2 years ago
blog: announcing axum 0.6.0

github.com/tokio-rs/website - davidpdrsn opened this pull request about 2 years ago
Add support for TcpStream peek method

github.com/tokio-rs/turmoil - battesonb opened this pull request about 2 years ago
sync: add `broadcast::Sender::closed`

github.com/tokio-rs/tokio - danielalvsaaker opened this pull request about 2 years ago
Atomic operations on part of an atomic integer?

github.com/tokio-rs/loom - sporksmith opened this issue about 2 years ago
cell::MutPtr isn't Send

github.com/tokio-rs/loom - sporksmith opened this issue about 2 years ago
iter() is missing on Buf

github.com/tokio-rs/bytes - matko opened this issue about 2 years ago
Is it able to make mod io_source public?

github.com/tokio-rs/mio - ethe opened this issue about 2 years ago
add poll_accept to tcp_stream

github.com/tokio-rs/turmoil - MarinPostma opened this pull request about 2 years ago
rename ToSocketAddr to ToSocketAddrs

github.com/tokio-rs/turmoil - MarinPostma opened this pull request about 2 years ago
reexport ToSocketAddrs

github.com/tokio-rs/turmoil - MarinPostma opened this pull request about 2 years ago
add clippy to CI

github.com/tokio-rs/turmoil - MarinPostma opened this pull request about 2 years ago
add line about running in readme

github.com/tokio-rs/turmoil - MarinPostma opened this pull request about 2 years ago
Cannot build project with turmoil

github.com/tokio-rs/turmoil - MarinPostma opened this issue about 2 years ago
NVMe example

github.com/tokio-rs/io-uring - espoal opened this issue about 2 years ago
`tokio::test` equivalent?

github.com/tokio-rs/tokio-uring - ileixe opened this issue about 2 years ago
chore: prepare bytes v1.3.0

github.com/tokio-rs/bytes - Phantomical opened this pull request about 2 years ago
feature request: API to set file_index

github.com/tokio-rs/io-uring - boohba opened this issue about 2 years ago
Release a new version of bytes

github.com/tokio-rs/bytes - Phantomical opened this issue about 2 years ago
Track which reference belongs to which store

github.com/tokio-rs/loom - alexkeizer opened this pull request about 2 years ago
Expose send/recv buffer sizes?

github.com/tokio-rs/mio - vis2k opened this issue about 2 years ago
Add support for `TcpStream#peek`

github.com/tokio-rs/turmoil - battesonb opened this issue about 2 years ago
Port to `windows-sys`

github.com/tokio-rs/tokio - kennykerr opened this pull request about 2 years ago
Linking fails with x86_64-pc-windows-gnu toolchain

github.com/tokio-rs/mio - eiderdaus opened this issue about 2 years ago
CI improvements

github.com/tokio-rs/tokio-uring - ollie-etl opened this issue about 2 years ago
Fixing small typos

github.com/tokio-rs/website - 98christianp opened this pull request about 2 years ago
Allow disabling time auto-advance behavior in tests

github.com/tokio-rs/tokio - Dentosal opened this pull request about 2 years ago
Fix query key in channels tutorial

github.com/tokio-rs/website - palango opened this pull request about 2 years ago
mock: document public API in collector module

github.com/tokio-rs/tracing - hds opened this pull request about 2 years ago
Add a way to filter format event

github.com/tokio-rs/tracing - bnjjj opened this pull request about 2 years ago
add support of attributes on the MetricsSubscriber

github.com/tokio-rs/tracing - bnjjj opened this pull request about 2 years ago
Overflow documentation

github.com/tokio-rs/slab - sebastianv89 opened this issue about 2 years ago
Remove `doc(html_root_url)` attribute from all crates.

github.com/tokio-rs/tracing - LukeMathWalker opened this pull request about 2 years ago
Update to windows-rs 0.43

github.com/tokio-rs/mio - Jasper-Bekkers opened this pull request over 2 years ago
Update CI toolchain to a recent nightly

github.com/tokio-rs/bytes - Phantomical opened this pull request over 2 years ago
rt: use try_with to avoid panic

github.com/tokio-rs/tokio-uring - wllenyj opened this pull request over 2 years ago
backport switch to winapi 0.3 onto mio 0.6

github.com/tokio-rs/mio - RalfJung opened this pull request over 2 years ago
rt: allow configuring I/O events capacity

github.com/tokio-rs/tokio - littledivy opened this pull request over 2 years ago
Add .set_quickack() to TcpStream

github.com/tokio-rs/mio - serzhiio opened this issue over 2 years ago
Expose the sim's epoch and elapsed duration

github.com/tokio-rs/turmoil - mcches opened this pull request over 2 years ago
Fix new clippy failures

github.com/tokio-rs/tokio-metrics - Darksonn opened this pull request over 2 years ago
update sys.rs to 6.1.0 rc4

github.com/tokio-rs/io-uring - quininer opened this pull request over 2 years ago
LinkTimeout randomly ignored

github.com/tokio-rs/io-uring - desbma opened this issue over 2 years ago
Use tracing levels for different network events

github.com/tokio-rs/turmoil - mcches opened this pull request over 2 years ago
Fix host crash behavior

github.com/tokio-rs/turmoil - mcches opened this pull request over 2 years ago