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
Expand on sharded HashMap in shared state
github.com/tokio-rs/website - Darksonn opened this pull request about 3 years ago
github.com/tokio-rs/website - Darksonn opened this pull request about 3 years ago
Implement `Extend<Bytes>` for `BytesMut`
github.com/tokio-rs/bytes - robjtede opened this pull request about 3 years ago
github.com/tokio-rs/bytes - robjtede opened this pull request about 3 years ago
support PING command for easy testing
github.com/tokio-rs/mini-redis - tisonkun opened this pull request about 3 years ago
github.com/tokio-rs/mini-redis - tisonkun opened this pull request about 3 years ago
subscriber: re-export prelude traits `as _`
github.com/tokio-rs/tracing - hawkw opened this pull request about 3 years ago
github.com/tokio-rs/tracing - hawkw opened this pull request about 3 years ago
subscriber: use `Span::record` for attribute updates
github.com/tokio-rs/console - zaharidichev opened this pull request about 3 years ago
github.com/tokio-rs/console - zaharidichev opened this pull request about 3 years ago
tracing-subscriber is missing `#[doc(cfg(feature = "local-time"))]` on `tracing_subscriber::fmt::time::OffsetTime::local_rfc_3339()`
github.com/tokio-rs/tracing - lilyball opened this issue about 3 years ago
github.com/tokio-rs/tracing - lilyball opened this issue about 3 years ago
Why doesn't tokio::process::ChildStdin implements IntoRawFd
github.com/tokio-rs/tokio - NobodyXu opened this issue about 3 years ago
github.com/tokio-rs/tokio - NobodyXu opened this issue about 3 years ago
Instrument more and track Tokio changes
github.com/tokio-rs/tokio-metrics - carllerche opened this pull request about 3 years ago
github.com/tokio-rs/tokio-metrics - carllerche opened this pull request about 3 years ago
Illegal SNI hostname received [49, 48, 46, 48, 46, 48, 46, 52]
github.com/tokio-rs/tls - huguesBouvier opened this issue about 3 years ago
github.com/tokio-rs/tls - huguesBouvier opened this issue about 3 years ago
Fix broken doc link
github.com/tokio-rs/valuable - taiki-e opened this pull request about 3 years ago
github.com/tokio-rs/valuable - taiki-e opened this pull request about 3 years ago
duplicated controls on resource details screen
github.com/tokio-rs/console - hawkw opened this issue about 3 years ago
github.com/tokio-rs/console - hawkw opened this issue about 3 years ago
`Bytes::with_vtable` Can it be opened for external use
github.com/tokio-rs/bytes - xiaxiangjun opened this issue about 3 years ago
github.com/tokio-rs/bytes - xiaxiangjun opened this issue about 3 years ago
Fix amortized asymptotics of `BytesMut`
github.com/tokio-rs/bytes - steffahn opened this pull request about 3 years ago
github.com/tokio-rs/bytes - steffahn opened this pull request about 3 years ago
Bad “optimization” of `BytesMut` re-allocations
github.com/tokio-rs/bytes - steffahn opened this issue about 3 years ago
github.com/tokio-rs/bytes - steffahn opened this issue about 3 years ago
thread: fix semantics of `thread::park` after `Thread::unpark`
github.com/tokio-rs/loom - hawkw opened this pull request about 3 years ago
github.com/tokio-rs/loom - hawkw opened this pull request about 3 years ago
Fix warning about renamed lint
github.com/tokio-rs/tls - djc opened this pull request about 3 years ago
github.com/tokio-rs/tls - djc opened this pull request about 3 years ago
`JoinHandle.join()` triggers unexpected panic `assertion failed: state.notified`
github.com/tokio-rs/loom - faern opened this issue about 3 years ago
github.com/tokio-rs/loom - faern opened this issue about 3 years ago
attributes: implement `#[instrument(tracing)]`
github.com/tokio-rs/tracing - Tamschi opened this pull request about 3 years ago
github.com/tokio-rs/tracing - Tamschi opened this pull request about 3 years ago
Outputting to stdout and file via Layers causes inconsistent ANSI format behaviour dependent on ordering
github.com/tokio-rs/tracing - Jefffrey opened this issue about 3 years ago
github.com/tokio-rs/tracing - Jefffrey opened this issue about 3 years ago
chore(deps): update snafu requirement from 0.6.10 to 0.7.0
github.com/tokio-rs/tracing - dependabot[bot] opened this pull request about 3 years ago
github.com/tokio-rs/tracing - dependabot[bot] opened this pull request about 3 years ago
runtime: expand on runtime metrics
github.com/tokio-rs/tokio - carllerche opened this pull request about 3 years ago
github.com/tokio-rs/tokio - carllerche opened this pull request about 3 years ago
More runtime metrics
github.com/tokio-rs/tokio-metrics - carllerche opened this pull request about 3 years ago
github.com/tokio-rs/tokio-metrics - carllerche opened this pull request about 3 years ago
include the identity.p12 and root-ca.der files into the test binary
github.com/tokio-rs/tls - alexanderkjall opened this pull request about 3 years ago
github.com/tokio-rs/tls - alexanderkjall opened this pull request about 3 years ago
Fix aliasing in Clone by using a raw pointer
github.com/tokio-rs/bytes - saethlin opened this pull request about 3 years ago
github.com/tokio-rs/bytes - saethlin opened this pull request about 3 years ago
Unsoundness due to construction of &mut [u8] and Box<[u8]> in Clone impl
github.com/tokio-rs/bytes - saethlin opened this issue about 3 years ago
github.com/tokio-rs/bytes - saethlin opened this issue about 3 years ago
fix example in readme
github.com/tokio-rs/tls - Windforce17 opened this pull request about 3 years ago
github.com/tokio-rs/tls - Windforce17 opened this pull request about 3 years ago
net: add buffer size methods to UdpSocket
github.com/tokio-rs/tokio - taiki-e opened this pull request about 3 years ago
github.com/tokio-rs/tokio - taiki-e opened this pull request about 3 years ago
Enable doc_cfg and doc_auto_cfg features on docs.rs
github.com/tokio-rs/valuable - taiki-e opened this pull request about 3 years ago
github.com/tokio-rs/valuable - taiki-e opened this pull request about 3 years ago
`EPOLLERR` does not wake up `AsyncFd::readable()`
github.com/tokio-rs/tokio - 3442 opened this issue about 3 years ago
github.com/tokio-rs/tokio - 3442 opened this issue about 3 years ago
Fix CI failure
github.com/tokio-rs/async-stream - taiki-e opened this pull request about 3 years ago
github.com/tokio-rs/async-stream - taiki-e opened this pull request about 3 years ago
Introduce new help view to display information on any view
github.com/tokio-rs/console - bIgBV opened this pull request about 3 years ago
github.com/tokio-rs/console - bIgBV opened this pull request about 3 years ago
Transform the inner expression of yield expressions
github.com/tokio-rs/async-stream - SabrinaJewson opened this pull request about 3 years ago
github.com/tokio-rs/async-stream - SabrinaJewson opened this pull request about 3 years ago
prepare v0.1.0 release
github.com/tokio-rs/valuable - carllerche opened this pull request about 3 years ago
github.com/tokio-rs/valuable - carllerche opened this pull request about 3 years ago
add `const fn` to more fns
github.com/tokio-rs/valuable - carllerche opened this pull request about 3 years ago
github.com/tokio-rs/valuable - carllerche opened this pull request about 3 years ago
Require `Output = ()` on `WebSocketStream::on_upgrade`
github.com/tokio-rs/axum - davidpdrsn opened this pull request about 3 years ago
github.com/tokio-rs/axum - davidpdrsn opened this pull request about 3 years ago
How to use tokio-rustls new api?
github.com/tokio-rs/tls - linsinn opened this issue about 3 years ago
github.com/tokio-rs/tls - linsinn opened this issue about 3 years ago
add dangle client for tokio-rustls example
github.com/tokio-rs/tls - yumm007 opened this pull request about 3 years ago
github.com/tokio-rs/tls - yumm007 opened this pull request about 3 years ago
Update language in spawning tutorial
github.com/tokio-rs/website - jmole opened this pull request about 3 years ago
github.com/tokio-rs/website - jmole opened this pull request about 3 years ago
refactor: refine session cookie example
github.com/tokio-rs/axum - ttys3 opened this pull request about 3 years ago
github.com/tokio-rs/axum - ttys3 opened this pull request about 3 years ago
console: emoji/symbols glossary
github.com/tokio-rs/console - hawkw opened this issue about 3 years ago
github.com/tokio-rs/console - hawkw opened this issue about 3 years ago
Reduce the number of digits shown in UI
github.com/tokio-rs/console - carllerche opened this issue about 3 years ago
github.com/tokio-rs/console - carllerche opened this issue about 3 years ago
blog: fix up headers in console blog post
github.com/tokio-rs/website - hawkw opened this pull request about 3 years ago
github.com/tokio-rs/website - hawkw opened this pull request about 3 years ago
Fix link to console in blog post.
github.com/tokio-rs/website - carllerche opened this pull request about 3 years ago
github.com/tokio-rs/website - carllerche opened this pull request about 3 years ago
blog: announcing Tokio Console 0.1
github.com/tokio-rs/website - hawkw opened this pull request about 3 years ago
github.com/tokio-rs/website - hawkw opened this pull request about 3 years ago
release tokio-rustls 0.23.2
github.com/tokio-rs/tls - quininer opened this pull request about 3 years ago
github.com/tokio-rs/tls - quininer opened this pull request about 3 years ago
fix: Fix EOF spin loop by removing intermediate buffer in LazyConfigAcceptor
github.com/tokio-rs/tls - NeoLegends opened this pull request about 3 years ago
github.com/tokio-rs/tls - NeoLegends opened this pull request about 3 years ago
fix: Handle EOF in LazyConfigAcceptor
github.com/tokio-rs/tls - NeoLegends opened this pull request about 3 years ago
github.com/tokio-rs/tls - NeoLegends opened this pull request about 3 years ago
Investigation: `LazyConfigAcceptor` potentially causes a spin loop
github.com/tokio-rs/tls - NeoLegends opened this issue about 3 years ago
github.com/tokio-rs/tls - NeoLegends opened this issue about 3 years ago
add Discord logo
github.com/tokio-rs/website - carllerche opened this pull request about 3 years ago
github.com/tokio-rs/website - carllerche opened this pull request about 3 years ago
Report when a task doesn't / hasn't yielded in a while.
github.com/tokio-rs/console - tobz opened this issue about 3 years ago
github.com/tokio-rs/console - tobz opened this issue about 3 years ago
Implement compression in tracing-appender
github.com/tokio-rs/tracing - pjankiewicz opened this pull request about 3 years ago
github.com/tokio-rs/tracing - pjankiewicz opened this pull request about 3 years ago
make `StructDef` methods `const fn`
github.com/tokio-rs/valuable - carllerche opened this pull request about 3 years ago
github.com/tokio-rs/valuable - carllerche opened this pull request about 3 years ago
Add BytesMut::try_reserve()
github.com/tokio-rs/bytes - Guiguiprim opened this pull request about 3 years ago
github.com/tokio-rs/bytes - Guiguiprim opened this pull request about 3 years ago
Update ui test to Rust 1.57
github.com/tokio-rs/valuable - taiki-e opened this pull request about 3 years ago
github.com/tokio-rs/valuable - taiki-e opened this pull request about 3 years ago
How to make a reverse bytes?
github.com/tokio-rs/bytes - awsa2ron opened this issue about 3 years ago
github.com/tokio-rs/bytes - awsa2ron opened this issue about 3 years ago
Suspicious transitivity of relaxed CAS
github.com/tokio-rs/loom - sbarral opened this issue about 3 years ago
github.com/tokio-rs/loom - sbarral opened this issue about 3 years ago
Bump next from 9.4.0 to 11.1.3
github.com/tokio-rs/website - dependabot[bot] opened this pull request about 3 years ago
github.com/tokio-rs/website - dependabot[bot] opened this pull request about 3 years ago
Allow using `{Mut,Const}Ptr::{deref,with}` when the pointee is `!Sized`
github.com/tokio-rs/loom - WaffleLapkin opened this pull request about 3 years ago
github.com/tokio-rs/loom - WaffleLapkin opened this pull request about 3 years ago
incorrect semantics for `Thread::unpark` followed by `thread::park`
github.com/tokio-rs/loom - hawkw opened this issue about 3 years ago
github.com/tokio-rs/loom - hawkw opened this issue about 3 years ago
Please document that Tokio doesn't work with `fork()`
github.com/tokio-rs/tokio - jaskij opened this issue about 3 years ago
github.com/tokio-rs/tokio - jaskij opened this issue about 3 years ago
fix double panic when exceeding the branch limit in `Drop`
github.com/tokio-rs/loom - hawkw opened this pull request about 3 years ago
github.com/tokio-rs/loom - hawkw opened this pull request about 3 years ago
Async write_all sometimes silently fails to write to file
github.com/tokio-rs/tokio - igorsol opened this issue about 3 years ago
github.com/tokio-rs/tokio - igorsol opened this issue about 3 years ago
chore: prepare to release 0.5.4
github.com/tokio-rs/loom - hawkw opened this pull request about 3 years ago
github.com/tokio-rs/loom - hawkw opened this pull request about 3 years ago
chore: fix unused field warnings
github.com/tokio-rs/loom - hawkw opened this pull request about 3 years ago
github.com/tokio-rs/loom - hawkw opened this pull request about 3 years ago
prost: Avoid double-copy on merging string from non bytes
github.com/tokio-rs/prost - dnikulin opened this pull request about 3 years ago
github.com/tokio-rs/prost - dnikulin opened this pull request about 3 years ago
Provide interfaces to prepare SQE in place
github.com/tokio-rs/io-uring - jiangliu opened this issue about 3 years ago
github.com/tokio-rs/io-uring - jiangliu opened this issue about 3 years ago
Remove `shutdown_complete_rx` from the Listner
github.com/tokio-rs/mini-redis - Aklenor opened this pull request about 3 years ago
github.com/tokio-rs/mini-redis - Aklenor opened this pull request about 3 years ago
Support pretty-printing fields `tracing::instrument` (i.e., `{:#?}` instead of `{:?}`).
github.com/tokio-rs/tracing - BGR360 opened this issue about 3 years ago
github.com/tokio-rs/tracing - BGR360 opened this issue about 3 years ago
Question: `shutdown_complete_rx` never used in the `Listner`
github.com/tokio-rs/mini-redis - Aklenor opened this issue about 3 years ago
github.com/tokio-rs/mini-redis - Aklenor opened this issue about 3 years ago
Cannot use "yield" and "?" on the same line
github.com/tokio-rs/async-stream - TheRealMintd opened this issue about 3 years ago
github.com/tokio-rs/async-stream - TheRealMintd opened this issue about 3 years ago
Improve error message when execution `STATE` is unavailable
github.com/tokio-rs/loom - jamesbornholt opened this pull request about 3 years ago
github.com/tokio-rs/loom - jamesbornholt opened this pull request about 3 years ago
chore: prepare loom 0.5.3
github.com/tokio-rs/loom - Darksonn opened this pull request about 3 years ago
github.com/tokio-rs/loom - Darksonn opened this pull request about 3 years ago
derive: implement #[valuable] attributes
github.com/tokio-rs/valuable - taiki-e opened this pull request about 3 years ago
github.com/tokio-rs/valuable - taiki-e opened this pull request about 3 years ago
add `doc(cfg(...))` to feature-flagged impls
github.com/tokio-rs/valuable - hawkw opened this pull request about 3 years ago
github.com/tokio-rs/valuable - hawkw opened this pull request about 3 years ago
construct `NamedField`s from owned `Strings`
github.com/tokio-rs/valuable - hawkw opened this pull request about 3 years ago
github.com/tokio-rs/valuable - hawkw opened this pull request about 3 years ago
fields: Add the number of fields to `Fields::Unnamed`
github.com/tokio-rs/valuable - hawkw opened this pull request about 3 years ago
github.com/tokio-rs/valuable - hawkw opened this pull request about 3 years ago
chore: fix a typo
github.com/tokio-rs/website - samuelxing-okta opened this pull request about 3 years ago
github.com/tokio-rs/website - samuelxing-okta opened this pull request about 3 years ago
try_stream is !Send with ? and MutexGuard or try-block
github.com/tokio-rs/async-stream - elbaro opened this issue about 3 years ago
github.com/tokio-rs/async-stream - elbaro opened this issue about 3 years ago
Don't be too restrictive in tracing_core::dispatcher::get_default()
github.com/tokio-rs/tracing - vchekan opened this pull request about 3 years ago
github.com/tokio-rs/tracing - vchekan opened this pull request about 3 years ago
`tracing_subscriber::fmt::time::UtcTime::rfc_3339()` has unpredictable output length
github.com/tokio-rs/tracing - lilyball opened this issue about 3 years ago
github.com/tokio-rs/tracing - lilyball opened this issue about 3 years ago
thread: Add mock versions of `thread::park` and `Thread::unpark`
github.com/tokio-rs/loom - hawkw opened this pull request about 3 years ago
github.com/tokio-rs/loom - hawkw opened this pull request about 3 years ago
Continuous memory leak with `console_subscriber`
github.com/tokio-rs/console - Seppel3210 opened this issue about 3 years ago
github.com/tokio-rs/console - Seppel3210 opened this issue about 3 years ago
correctly expose StructDef lt + impl Copy Clone
github.com/tokio-rs/valuable - carllerche opened this pull request about 3 years ago
github.com/tokio-rs/valuable - carllerche opened this pull request about 3 years ago
cannot infer type for type parameter `B`
github.com/tokio-rs/axum - andrewbanchich opened this issue about 3 years ago
github.com/tokio-rs/axum - andrewbanchich opened this issue about 3 years ago
Rename buffer to file in write_all example
github.com/tokio-rs/website - seunghunee opened this pull request about 3 years ago
github.com/tokio-rs/website - seunghunee opened this pull request about 3 years ago
Document what parts of Tokio can be used without its runtime
github.com/tokio-rs/tokio - surban opened this issue about 3 years ago
github.com/tokio-rs/tokio - surban opened this issue about 3 years ago
fix a bunch of annoying clippy lints
github.com/tokio-rs/loom - hawkw opened this pull request about 3 years ago
github.com/tokio-rs/loom - hawkw opened this pull request about 3 years ago
Update tracing-subscriber to 0.3
github.com/tokio-rs/loom - taiki-e opened this pull request about 3 years ago
github.com/tokio-rs/loom - taiki-e opened this pull request about 3 years ago
Warn about potential stack overflow
github.com/tokio-rs/tokio - Ceikry opened this pull request about 3 years ago
github.com/tokio-rs/tokio - Ceikry opened this pull request about 3 years ago
Remove abandoned chrono library from dependencies
github.com/tokio-rs/loom - blitz opened this issue about 3 years ago
github.com/tokio-rs/loom - blitz opened this issue about 3 years ago
How to decode with from_utf8_lossy?
github.com/tokio-rs/prost - lz1998 opened this issue about 3 years ago
github.com/tokio-rs/prost - lz1998 opened this issue about 3 years ago