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
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
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
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
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
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
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
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
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
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
github.com/tokio-rs/console - benesch opened this pull request about 2 years ago
driver: refactor the driver to be stored in a shared set of handles
github.com/tokio-rs/tokio-uring - Noah-Kennedy opened this pull request about 2 years ago
github.com/tokio-rs/tokio-uring - Noah-Kennedy 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
github.com/tokio-rs/tokio - VirxEC opened this pull request about 2 years ago
compatibility with tokio
github.com/tokio-rs/tokio-metrics - daixiang0 opened this issue about 2 years ago
github.com/tokio-rs/tokio-metrics - daixiang0 opened this issue about 2 years ago
Draft: Unknown fields
github.com/tokio-rs/prost - jasonahills opened this pull request about 2 years ago
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
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
github.com/tokio-rs/tokio - rekby opened this issue about 2 years ago
Require less/no boiler plate to allow custom middleware to extract `State`
github.com/tokio-rs/axum - jsoneaday opened this issue about 2 years ago
github.com/tokio-rs/axum - jsoneaday 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
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
github.com/tokio-rs/tokio - udoprog opened this pull request about 2 years ago
Move doc(hidden) items to __private module and make yielder::pair unsafe
github.com/tokio-rs/async-stream - taiki-e opened this pull request about 2 years ago
github.com/tokio-rs/async-stream - taiki-e opened this pull request about 2 years ago
safe doc(hidden) APIs (async_stream::AsyncStream::new, async_stream::Sender::send, async_stream::pair) allow UB
github.com/tokio-rs/async-stream - ewilden opened this issue about 2 years ago
github.com/tokio-rs/async-stream - ewilden opened this issue about 2 years ago
assert failed: cx_core.is_none()
github.com/tokio-rs/tokio - koivunej opened this issue about 2 years ago
github.com/tokio-rs/tokio - koivunej opened this issue about 2 years ago
Compress files after rolling in tracing-appender/RollingFileAppender
github.com/tokio-rs/tracing - nstinus opened this issue about 2 years ago
github.com/tokio-rs/tracing - nstinus opened this issue about 2 years ago
Opentelemetry panics on Span::follows_from with "Span to follow not found"
github.com/tokio-rs/tracing - SebastiaanYN opened this issue about 2 years ago
github.com/tokio-rs/tracing - SebastiaanYN opened this issue about 2 years ago
Optimize varint encoding
github.com/tokio-rs/prost - MelonShooter opened this pull request about 2 years ago
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
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
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
github.com/tokio-rs/axum - davidpdrsn opened this pull request about 2 years ago
Support async trait such as `tokio::io::AsyncRead`
github.com/tokio-rs/tokio-uring - iamazy opened this issue about 2 years ago
github.com/tokio-rs/tokio-uring - iamazy opened this issue about 2 years ago
Strange `debug_assert!` and runtime panics
github.com/tokio-rs/axum - Pure-Peace opened this issue about 2 years ago
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
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
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
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
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
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
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
github.com/tokio-rs/mio - silence-coding opened this issue about 2 years ago
Structs should have option to generate with default values rather than Option
github.com/tokio-rs/prost - jollygreenlaser opened this issue about 2 years ago
github.com/tokio-rs/prost - jollygreenlaser opened this issue about 2 years ago
Does not compile on Arch Linux due to library version mismatch
github.com/tokio-rs/slab - Cornul11 opened this issue about 2 years ago
github.com/tokio-rs/slab - Cornul11 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
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
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
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
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
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
github.com/tokio-rs/loom - sporksmith opened this issue about 2 years ago
cell::MutPtr doesn't provide a way to directly get an immutable reference
github.com/tokio-rs/loom - sporksmith opened this issue about 2 years ago
github.com/tokio-rs/loom - sporksmith opened this issue about 2 years ago
When I try to add "--experimental_allow_proto3_optional" to protoc_arg it fails
github.com/tokio-rs/prost - DevSlashRichie opened this issue about 2 years ago
github.com/tokio-rs/prost - DevSlashRichie 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
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
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
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
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
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
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
github.com/tokio-rs/turmoil - MarinPostma opened this issue about 2 years ago
`tokio::test` equivalent?
github.com/tokio-rs/tokio-uring - ileixe opened this issue about 2 years ago
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
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
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
github.com/tokio-rs/bytes - Phantomical opened this issue about 2 years ago
Redesign `BufResult` to be `std::result::Result`
github.com/tokio-rs/tokio-uring - mzabaluev opened this issue about 2 years ago
github.com/tokio-rs/tokio-uring - mzabaluev 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
github.com/tokio-rs/loom - alexkeizer opened this pull request about 2 years ago
Add support for `TcpStream#peek`
github.com/tokio-rs/turmoil - battesonb opened this issue about 2 years ago
github.com/tokio-rs/turmoil - battesonb opened this issue about 2 years ago
panicked while panicking in loom::sync::arc::Arc::drop after deadlock in code under test
github.com/tokio-rs/loom - sporksmith opened this issue about 2 years ago
github.com/tokio-rs/loom - sporksmith 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
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
github.com/tokio-rs/mio - eiderdaus opened this issue about 2 years ago
Fixing small typos
github.com/tokio-rs/website - 98christianp opened this pull request about 2 years ago
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
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
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
github.com/tokio-rs/tracing - hds opened this pull request about 2 years ago
fmt subscriber should honor NO_COLOR by default
github.com/tokio-rs/tracing - matklad opened this issue about 2 years ago
github.com/tokio-rs/tracing - matklad opened this issue 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
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
github.com/tokio-rs/tracing - bnjjj opened this pull request 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
github.com/tokio-rs/tracing - LukeMathWalker opened this pull request about 2 years ago
enable the view switching keystrokes on the details views
github.com/tokio-rs/console - arifd opened this pull request about 2 years ago
github.com/tokio-rs/console - arifd 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
github.com/tokio-rs/mio - Jasper-Bekkers opened this pull request over 2 years ago
net/uds: add methods to connect/bind with a socket address
github.com/tokio-rs/mio - lucab opened this pull request over 2 years ago
github.com/tokio-rs/mio - lucab 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
github.com/tokio-rs/bytes - Phantomical opened this pull request over 2 years ago
Add separate json subscriber allowing easy customization of logged json format
github.com/tokio-rs/tracing - sprudel opened this issue over 2 years ago
github.com/tokio-rs/tracing - sprudel opened this issue 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
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
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
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
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
github.com/tokio-rs/turmoil - mcches opened this pull request over 2 years ago
Panic when sleeping until far into the future
github.com/tokio-rs/tokio - Erk- opened this issue over 2 years ago
github.com/tokio-rs/tokio - Erk- opened this issue over 2 years ago
Fix new clippy failures
github.com/tokio-rs/tokio-metrics - Darksonn opened this pull request over 2 years ago
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
github.com/tokio-rs/io-uring - quininer opened this pull request over 2 years ago
Make newlines configurable for tracing_subscriber::fmt::format::Json
github.com/tokio-rs/tracing - mfrischknecht opened this pull request over 2 years ago
github.com/tokio-rs/tracing - mfrischknecht 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
github.com/tokio-rs/io-uring - desbma opened this issue over 2 years ago
Minimum version may need to be bumped (in documentation)
github.com/tokio-rs/console - arifd opened this issue over 2 years ago
github.com/tokio-rs/console - arifd 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
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
github.com/tokio-rs/turmoil - mcches opened this pull request over 2 years ago
Add native-endian variants for all `get_x` and `put_y` functions in `Buf` and `BufMut`
github.com/tokio-rs/bytes - Phantomical opened this pull request over 2 years ago
github.com/tokio-rs/bytes - Phantomical opened this pull request over 2 years ago