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

chore: prepare tokio-util v0.7.11

github.com/tokio-rs/tokio - Darksonn opened this pull request 9 months ago
Using sharded locks instead of a global lock for Timers

github.com/tokio-rs/tokio - wathenjiang opened this pull request 9 months ago
Fix broken test_udp_recvmsg_multishot_trunc test

github.com/tokio-rs/io-uring - SUPERCILEX opened this pull request 9 months ago
Add read_until_slice

github.com/tokio-rs/tokio - Sytten opened this pull request 9 months ago
chore: fix clippy lints

github.com/tokio-rs/tracing - mladedav opened this pull request 9 months ago
feature: percent-decode before routing

github.com/tokio-rs/axum - mladedav opened this pull request 9 months ago
Compiling mio in AIX fails

github.com/tokio-rs/mio - ayappanec opened this issue 9 months ago
port mio to qnx

github.com/tokio-rs/mio - dantunan opened this pull request 9 months ago
Port tokio to qnx

github.com/tokio-rs/tokio - dantunan opened this pull request 9 months ago
chore: fix latest rust-1.78.0 warnings

github.com/tokio-rs/tokio - mox692 opened this pull request 9 months ago
Fix typo in docs

github.com/tokio-rs/axum - jcaffey opened this pull request 9 months ago
fix Wasm example instructions

github.com/tokio-rs/mio - FrankReh opened this pull request 9 months ago
Debug middleware

github.com/tokio-rs/axum - yanns opened this pull request 9 months ago
stabilize `valuable` in 0.1.x

github.com/tokio-rs/tracing - mladedav opened this pull request 9 months ago
fix the link and badge for CI

github.com/tokio-rs/prost - mumbleskates opened this pull request 9 months ago
Queing spelling change in channels.md

github.com/tokio-rs/website - garikAsplund opened this pull request 9 months ago
Unstable net feature not compiling for WASM

github.com/tokio-rs/tokio - maxwellflitton opened this issue 9 months ago
TCP listener via wasm

github.com/tokio-rs/mio - maxwellflitton opened this issue 9 months ago
Metrics/gauge

github.com/tokio-rs/tracing-opentelemetry - biryukovmaxim opened this pull request 9 months ago
relax sq.flags atomic read

github.com/tokio-rs/io-uring - FrankReh opened this pull request 9 months ago
style: Fix toml indent

github.com/tokio-rs/prost - caspermeijn opened this pull request 9 months ago
Fix example usage in readme

github.com/tokio-rs/tracing-opentelemetry - mladedav opened this pull request 9 months ago
dtrace user stacks not generating

github.com/tokio-rs/mini-redis - jbcurtin opened this issue 9 months ago
util: make `WakeList::wake_all` use FIFO ordering

github.com/tokio-rs/tokio - paolobarbolini opened this pull request 9 months ago
chore: improve `no_std` maintainability:

github.com/tokio-rs/prost - gibbz00 opened this pull request 9 months ago
fix: #942

github.com/tokio-rs/prost - gibbz00 opened this pull request 9 months ago
use `once_cell` instead of `static mut`

github.com/tokio-rs/tracing - LaoLittle opened this pull request 9 months ago
Fix memory ordering in needs_wake

github.com/tokio-rs/io-uring - HeroicKatora opened this pull request 9 months ago
Implementation of notify_last method

github.com/tokio-rs/tokio - pfreixes opened this pull request 9 months ago
tests: Create a separate tempdir for each test

github.com/tokio-rs/prost - caspermeijn opened this pull request 10 months ago
tests: Remove unused dependencies

github.com/tokio-rs/prost - caspermeijn opened this pull request 10 months ago
subscriber: impl Clone for EnvFilter

github.com/tokio-rs/tracing - Benjamin-L opened this pull request 10 months ago
Publish tracing-macros package?

github.com/tokio-rs/tracing - joshka opened this issue 10 months ago
time: small implementation cleanups

github.com/tokio-rs/tokio - paolobarbolini opened this pull request 10 months ago
Tweak clear and truncate length modifications

github.com/tokio-rs/bytes - Darksonn opened this pull request 10 months ago
Improve BytesMut::split suggestion

github.com/tokio-rs/bytes - paolobarbolini opened this pull request 10 months ago
Update CONTRIBUTING.md with proper LOOM test invocation

github.com/tokio-rs/tokio - adelavegaf opened this pull request 10 months ago
Async support

github.com/tokio-rs/io-uring - saltatory opened this issue 10 months ago
feat: more derive traits for Fixed type

github.com/tokio-rs/io-uring - andrewgazelka opened this pull request 10 months ago
Detect simultaneous borrow and drop of UnsafeCell

github.com/tokio-rs/loom - e00E opened this pull request 10 months ago
Fix various Clippy lints

github.com/tokio-rs/mio - Thomasdezeeuw opened this pull request 10 months ago
Replace max_value with MAX constant

github.com/tokio-rs/mio - Thomasdezeeuw opened this pull request 10 months ago
Module doesn't build on ARM target

github.com/tokio-rs/async-stream - mstepien-mobica opened this issue 10 months ago
CI fails to download files

github.com/tokio-rs/tokio - Darksonn opened this issue 10 months ago
EnvFilter lockfree implementation

github.com/tokio-rs/tracing - TroyKomodo opened this issue 10 months ago
add HermitOS support to branch v0.8.x

github.com/tokio-rs/mio - stlankes opened this pull request 10 months ago
Expose UTF-8 validated string type

github.com/tokio-rs/bytes - tgnottingham opened this issue 10 months ago
Test register buffers

github.com/tokio-rs/io-uring - Connortsui20 opened this pull request 10 months ago
time: lazy init TimerShared in TimerEntry

github.com/tokio-rs/tokio - wathenjiang opened this pull request 10 months ago
`test_udp_recvmsg_multishot_trunc` fails

github.com/tokio-rs/io-uring - Connortsui20 opened this issue 10 months ago
Prepare v0.7.2 release

github.com/tokio-rs/loom - Darksonn opened this pull request 10 months ago
Remove once_cell as a dependency

github.com/tokio-rs/tracing - james7132 opened this pull request 10 months ago
Add API parity stubs for UDP sockets/TCP streams

github.com/tokio-rs/turmoil - progwriter opened this pull request 10 months ago
Add ability to run hosts in random order

github.com/tokio-rs/turmoil - progwriter opened this pull request 10 months ago
Remove unnecessary uses of #[cfg(not(test))]

github.com/tokio-rs/tokio - avtrujillo opened this pull request 10 months ago
chore: new clippy/rust lints

github.com/tokio-rs/tracing - dpc opened this pull request 10 months ago
Fixed watch

github.com/tokio-rs/website - takassh opened this pull request 10 months ago
Fix document on watch

github.com/tokio-rs/tokio - takassh opened this pull request 10 months ago
chore: Update internal crates to Rust edition 2021

github.com/tokio-rs/prost - caspermeijn opened this pull request 10 months ago
chore: Update crate descriptions

github.com/tokio-rs/prost - caspermeijn opened this pull request 10 months ago
Update documentation for `ReadFixed` and `WriteFixed`

github.com/tokio-rs/io-uring - Connortsui20 opened this pull request 10 months ago
Remove GoogleMessage3 and GoogleMessage4 benchmarks

github.com/tokio-rs/prost - caspermeijn opened this pull request 10 months ago
docs: fix function comment

github.com/tokio-rs/tracing - kaffarell opened this pull request 10 months ago