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
Allow creating custom Bytes instances using constructor that takes an Arc<dyn Any>
github.com/tokio-rs/bytes - rklaehn opened this issue over 2 years ago
github.com/tokio-rs/bytes - rklaehn opened this issue over 2 years ago
Some cleanup for existing networking
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
SharedFd doesn't call wake()
github.com/tokio-rs/tokio-uring - FrankReh opened this issue over 2 years ago
github.com/tokio-rs/tokio-uring - FrankReh opened this issue over 2 years ago
Support AIX operating system
github.com/tokio-rs/mio - ecnelises opened this pull request over 2 years ago
github.com/tokio-rs/mio - ecnelises opened this pull request over 2 years ago
fix fs unit tests to avoid parallelism
github.com/tokio-rs/tokio-uring - FrankReh opened this pull request over 2 years ago
github.com/tokio-rs/tokio-uring - FrankReh opened this pull request over 2 years ago
Use an explicit lifetime for host's software factory
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
Passing BytesMut to tokio::UdpSocket always receives 0 bytes
github.com/tokio-rs/bytes - ColinAtEinride opened this issue over 2 years ago
github.com/tokio-rs/bytes - ColinAtEinride opened this issue over 2 years ago
How does do_handshake().await be waked?
github.com/tokio-rs/tokio-openssl - iamwwc opened this issue over 2 years ago
github.com/tokio-rs/tokio-openssl - iamwwc opened this issue over 2 years ago
Lost waker false positive when task has detatched
github.com/tokio-rs/console - davidlattimore opened this issue over 2 years ago
github.com/tokio-rs/console - davidlattimore opened this issue over 2 years ago
max_log_files_feature
github.com/tokio-rs/tracing - ozgunozerk opened this pull request over 2 years ago
github.com/tokio-rs/tracing - ozgunozerk opened this pull request over 2 years ago
Restore bundled `protoc` binary
github.com/tokio-rs/prost - hdevalence opened this issue over 2 years ago
github.com/tokio-rs/prost - hdevalence opened this issue over 2 years ago
possibly deferring work in the creation of an operation
github.com/tokio-rs/tokio-uring - FrankReh opened this issue over 2 years ago
github.com/tokio-rs/tokio-uring - FrankReh opened this issue over 2 years ago
Remove msrv field from .clippy.toml
github.com/tokio-rs/async-stream - taiki-e opened this pull request over 2 years ago
github.com/tokio-rs/async-stream - taiki-e opened this pull request over 2 years ago
Remove msrv field from .clippy.toml
github.com/tokio-rs/slab - taiki-e opened this pull request over 2 years ago
github.com/tokio-rs/slab - taiki-e opened this pull request over 2 years ago
Update no_atomic.rs
github.com/tokio-rs/valuable - github-actions[bot] opened this pull request over 2 years ago
github.com/tokio-rs/valuable - github-actions[bot] opened this pull request over 2 years ago
Fix error in README.md
github.com/tokio-rs/turmoil - marcbowes opened this pull request over 2 years ago
github.com/tokio-rs/turmoil - marcbowes opened this pull request over 2 years ago
Add a condensed tracing format
github.com/tokio-rs/turmoil - mcches opened this issue over 2 years ago
github.com/tokio-rs/turmoil - mcches opened this issue over 2 years ago
Make the tracing sink configurable
github.com/tokio-rs/turmoil - mcches opened this issue over 2 years ago
github.com/tokio-rs/turmoil - mcches opened this issue over 2 years ago
Documented cargo-run in README no longer works, as now there are two binaries
github.com/tokio-rs/console - dcaba opened this pull request over 2 years ago
github.com/tokio-rs/console - dcaba opened this pull request over 2 years ago
Improve #[instrument(ret, err)] handling for tracing-opentelemetry
github.com/tokio-rs/tracing - notheotherben opened this pull request over 2 years ago
github.com/tokio-rs/tracing - notheotherben opened this pull request over 2 years ago
Add an enum for delivery instructions
github.com/tokio-rs/turmoil - marcbowes opened this pull request over 2 years ago
github.com/tokio-rs/turmoil - marcbowes opened this pull request over 2 years ago
tcp_server example can only receive 4096 bytes
github.com/tokio-rs/mio - npuichigo opened this issue over 2 years ago
github.com/tokio-rs/mio - npuichigo opened this issue over 2 years ago
QA: How is this diffferent the original `simulation` project?
github.com/tokio-rs/turmoil - liurenjie1024 opened this issue over 2 years ago
github.com/tokio-rs/turmoil - liurenjie1024 opened this issue over 2 years ago
Implement hold and release, impls #11
github.com/tokio-rs/turmoil - marcbowes opened this pull request over 2 years ago
github.com/tokio-rs/turmoil - marcbowes opened this pull request over 2 years ago
A mutual exclusion test on peterson's algorithm
github.com/tokio-rs/loom - zpzigi754 opened this issue over 2 years ago
github.com/tokio-rs/loom - zpzigi754 opened this issue over 2 years ago
reload not working in tracing-subscriber v0.3.15
github.com/tokio-rs/tracing - cedricje opened this issue over 2 years ago
github.com/tokio-rs/tracing - cedricje opened this issue over 2 years ago
Doc of mutex advising std blocking mutex look totally misleading
github.com/tokio-rs/tokio - Stargateur opened this issue over 2 years ago
github.com/tokio-rs/tokio - Stargateur opened this issue over 2 years ago
Timer precision: Timers are off on windows by 15ms, on Linux by 1.13ms
github.com/tokio-rs/tokio - Matthias247 opened this issue over 2 years ago
github.com/tokio-rs/tokio - Matthias247 opened this issue over 2 years ago
LocalEnterGuard would cause current thread runtime to become stuck
github.com/tokio-rs/tokio - futursolo opened this issue over 2 years ago
github.com/tokio-rs/tokio - futursolo opened this issue over 2 years ago
passing operation flags: IORING_ACCEPT_MULTISHOT
github.com/tokio-rs/io-uring - FrankReh opened this issue over 2 years ago
github.com/tokio-rs/io-uring - FrankReh opened this issue over 2 years ago
Add some comments explaining how tick works
github.com/tokio-rs/turmoil - marcbowes opened this pull request over 2 years ago
github.com/tokio-rs/turmoil - marcbowes opened this pull request over 2 years ago
feature: add is_closed to both bounded and unbounded receiveers
github.com/tokio-rs/tokio - sanjayts opened this pull request over 2 years ago
github.com/tokio-rs/tokio - sanjayts opened this pull request over 2 years ago
Allow pause/resume of hosts
github.com/tokio-rs/turmoil - marcbowes opened this pull request over 2 years ago
github.com/tokio-rs/turmoil - marcbowes opened this pull request over 2 years ago
Use of IORING_REGISTER_PBUF_RING, introduced in kernel 5.19
github.com/tokio-rs/tokio-uring - FrankReh opened this issue over 2 years ago
github.com/tokio-rs/tokio-uring - FrankReh opened this issue over 2 years ago
Frankreh/tcp write all
github.com/tokio-rs/tokio-uring - FrankReh opened this pull request over 2 years ago
github.com/tokio-rs/tokio-uring - FrankReh opened this pull request over 2 years ago
Feature request: Expose doc comments for struct/enum/field definitions
github.com/tokio-rs/valuable - norcalli opened this issue over 2 years ago
github.com/tokio-rs/valuable - norcalli opened this issue over 2 years ago
Frankreh/graceful test fallback
github.com/tokio-rs/io-uring - FrankReh opened this pull request over 2 years ago
github.com/tokio-rs/io-uring - FrankReh opened this pull request over 2 years ago
Move io to free functions
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
feat: add support for multi-shot polling
github.com/tokio-rs/io-uring - saiintbrisson opened this issue over 2 years ago
github.com/tokio-rs/io-uring - saiintbrisson opened this issue over 2 years ago
chore(deps): update criterion requirement from 0.3.6 to 0.4.0
github.com/tokio-rs/tracing - dependabot[bot] opened this pull request over 2 years ago
github.com/tokio-rs/tracing - dependabot[bot] opened this pull request over 2 years ago
protocol: add feature to create MPTCP sockets
github.com/tokio-rs/mio - Martichou opened this pull request over 2 years ago
github.com/tokio-rs/mio - Martichou opened this pull request over 2 years ago
Console reporting excessive polling, that isn't there
github.com/tokio-rs/console - k0nserv opened this issue over 2 years ago
github.com/tokio-rs/console - k0nserv opened this issue over 2 years ago
Document determinism guidelines
github.com/tokio-rs/turmoil - mcches opened this issue over 2 years ago
github.com/tokio-rs/turmoil - mcches opened this issue over 2 years ago
fix(console): fix ascii-only flipped input
github.com/tokio-rs/console - michealkeines opened this pull request over 2 years ago
github.com/tokio-rs/console - michealkeines opened this pull request over 2 years ago
net: add TcpListener.local_addr method
github.com/tokio-rs/tokio-uring - FrankReh opened this pull request over 2 years ago
github.com/tokio-rs/tokio-uring - FrankReh opened this pull request over 2 years ago
chore(subscriber): prepare to release v0.1.8
github.com/tokio-rs/console - hawkw opened this pull request over 2 years ago
github.com/tokio-rs/console - hawkw opened this pull request over 2 years ago
chore: fix clippy errors
github.com/tokio-rs/console - Noah-Kennedy opened this pull request over 2 years ago
github.com/tokio-rs/console - Noah-Kennedy opened this pull request over 2 years ago
Unexpected behaviour in `route_with_tsr` in v0.6.0-RC1
github.com/tokio-rs/axum - gnieto opened this issue over 2 years ago
github.com/tokio-rs/axum - gnieto opened this issue over 2 years ago
chore: fix console-subscriber on tokio 1.21.0
github.com/tokio-rs/console - Noah-Kennedy opened this pull request over 2 years ago
github.com/tokio-rs/console - Noah-Kennedy opened this pull request over 2 years ago
Fix clippy warnings
github.com/tokio-rs/mio - Thomasdezeeuw opened this pull request over 2 years ago
github.com/tokio-rs/mio - Thomasdezeeuw opened this pull request over 2 years ago
Round nonzero <1ms timeouts to 1ms for Windows too
github.com/tokio-rs/mio - yump opened this pull request over 2 years ago
github.com/tokio-rs/mio - yump opened this pull request over 2 years ago
Round up when converting timeout to ms for epoll_wait()
github.com/tokio-rs/mio - yump opened this pull request over 2 years ago
github.com/tokio-rs/mio - yump opened this pull request over 2 years ago
poll() returns immdiately with timeouts less than one millisecond
github.com/tokio-rs/mio - yump opened this issue over 2 years ago
github.com/tokio-rs/mio - yump opened this issue over 2 years ago
console-subscriber build error vs tokio v1.21.0
github.com/tokio-rs/console - redshiftzero opened this issue over 2 years ago
github.com/tokio-rs/console - redshiftzero opened this issue over 2 years ago
Add distinct connections over Io
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
axum 0-6-0-rc1 - add links to rc releases
github.com/tokio-rs/website - elpiel opened this pull request over 2 years ago
github.com/tokio-rs/website - elpiel opened this pull request over 2 years ago
tracing-core: Add `Dispatch::downgrade()` and `WeakDispatch`
github.com/tokio-rs/tracing - jswrenn opened this pull request over 2 years ago
github.com/tokio-rs/tracing - jswrenn opened this pull request over 2 years ago
Add `Structable::get` for accessing fields-by-name.
github.com/tokio-rs/valuable - jswrenn opened this pull request over 2 years ago
github.com/tokio-rs/valuable - jswrenn opened this pull request over 2 years ago
tracing-core: relax `get_default`'s argument to `FnOnce`
github.com/tokio-rs/tracing - jswrenn opened this pull request over 2 years ago
github.com/tokio-rs/tracing - jswrenn opened this pull request over 2 years ago
Provide broadcast::Sender::new and watch::Sender::new functions
github.com/tokio-rs/tokio - JanBeh opened this issue over 2 years ago
github.com/tokio-rs/tokio - JanBeh opened this issue over 2 years ago
bug assertion failed: self.remaining() >= 1'
github.com/tokio-rs/bytes - langzime opened this issue over 2 years ago
github.com/tokio-rs/bytes - langzime opened this issue over 2 years ago
Multishot operations
github.com/tokio-rs/tokio-uring - Noah-Kennedy opened this issue over 2 years ago
github.com/tokio-rs/tokio-uring - Noah-Kennedy opened this issue over 2 years ago
Minor grammar fix
github.com/tokio-rs/website - alfiedotwtf opened this pull request over 2 years ago
github.com/tokio-rs/website - alfiedotwtf opened this pull request over 2 years ago
tokio: add io_uring support
github.com/tokio-rs/tokio - arashsm79 opened this pull request over 2 years ago
github.com/tokio-rs/tokio - arashsm79 opened this pull request over 2 years ago
Remove tests/spec.rs from crate, which appears to be CC-BY-SA and GFDL
github.com/tokio-rs/loom - erickt opened this issue over 2 years ago
github.com/tokio-rs/loom - erickt opened this issue over 2 years ago
Support bind TcpStream to source IP address and connect to remote IP with bind_connect()
github.com/tokio-rs/mio - AlexZhao opened this pull request over 2 years ago
github.com/tokio-rs/mio - AlexZhao opened this pull request over 2 years ago
`NamedValues::get` footgun.
github.com/tokio-rs/valuable - jswrenn opened this issue over 2 years ago
github.com/tokio-rs/valuable - jswrenn opened this issue over 2 years ago
rt: make the LIFO slot in the multi-threaded scheduler stealable
github.com/tokio-rs/tokio - carllerche opened this issue over 2 years ago
github.com/tokio-rs/tokio - carllerche opened this issue over 2 years ago
use of undeclared crate or module `tracing`
github.com/tokio-rs/tokio - mutantbob opened this issue over 2 years ago
github.com/tokio-rs/tokio - mutantbob opened this issue over 2 years ago
Update no_atomic.rs
github.com/tokio-rs/valuable - github-actions[bot] opened this pull request over 2 years ago
github.com/tokio-rs/valuable - github-actions[bot] opened this pull request over 2 years ago
docs: Bytes::new etc should return Self not Bytes
github.com/tokio-rs/bytes - adamchalmers opened this pull request over 2 years ago
github.com/tokio-rs/bytes - adamchalmers opened this pull request over 2 years ago
Tokio console seems to enable tracing's logging feature
github.com/tokio-rs/console - kaimast opened this issue over 2 years ago
github.com/tokio-rs/console - kaimast opened this issue over 2 years ago
blog: whats new in axum 0.6.0-rc.1
github.com/tokio-rs/website - davidpdrsn opened this pull request over 2 years ago
github.com/tokio-rs/website - davidpdrsn opened this pull request over 2 years ago
log: fix a double-lock bug in TraceLogger
github.com/tokio-rs/tracing - BurtonQin opened this pull request over 2 years ago
github.com/tokio-rs/tracing - BurtonQin opened this pull request over 2 years ago
Fix referenced lines for Frame::check link
github.com/tokio-rs/website - sgasse opened this pull request over 2 years ago
github.com/tokio-rs/website - sgasse opened this pull request over 2 years ago
implement client ping
github.com/tokio-rs/mini-redis - nomyfan opened this pull request over 2 years ago
github.com/tokio-rs/mini-redis - nomyfan opened this pull request over 2 years ago
share values between connections
github.com/tokio-rs/website - qidu opened this pull request over 2 years ago
github.com/tokio-rs/website - qidu opened this pull request over 2 years ago
Minor tweaks in the README to explain setting up the server and running tests
github.com/tokio-rs/website - jv-garcia opened this pull request over 2 years ago
github.com/tokio-rs/website - jv-garcia opened this pull request over 2 years ago
RUSTSEC-2021-0139: ansi_term is Unmaintained
github.com/tokio-rs/console - github-actions[bot] opened this issue over 2 years ago
github.com/tokio-rs/console - github-actions[bot] opened this issue over 2 years ago
Added a small explanation of a change to Bytes
github.com/tokio-rs/website - jv-garcia opened this pull request over 2 years ago
github.com/tokio-rs/website - jv-garcia opened this pull request over 2 years ago
Inconsistent edge-triggered behavior between platforms
github.com/tokio-rs/mio - sullivan-sean opened this issue over 2 years ago
github.com/tokio-rs/mio - sullivan-sean opened this issue over 2 years ago
Reconsider supported draining behaviour
github.com/tokio-rs/mio - Thomasdezeeuw opened this issue over 2 years ago
github.com/tokio-rs/mio - Thomasdezeeuw opened this issue over 2 years ago
Fixed macro valueset to support debug and display named parameters
github.com/tokio-rs/tracing - Wonshtrum opened this pull request over 2 years ago
github.com/tokio-rs/tracing - Wonshtrum opened this pull request over 2 years ago
Add support for generics to debug_handler macro
github.com/tokio-rs/axum - slessans opened this pull request over 2 years ago
github.com/tokio-rs/axum - slessans opened this pull request over 2 years ago
Adds support for UnixStream and UnixListener on Windows
github.com/tokio-rs/mio - sullivan-sean opened this pull request over 2 years ago
github.com/tokio-rs/mio - sullivan-sean opened this pull request over 2 years ago