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(console): removes duplicate controls from async ops view
github.com/tokio-rs/console - devanbenz opened this pull request 12 months ago
github.com/tokio-rs/console - devanbenz opened this pull request 12 months ago
Sifting layer, decide what writer to use on the fly
github.com/tokio-rs/tracing - mateiandrei94 opened this issue 12 months ago
github.com/tokio-rs/tracing - mateiandrei94 opened this issue 12 months ago
Allow runtime scaling of the number of workers
github.com/tokio-rs/tokio - Noah-Kennedy opened this issue 12 months ago
github.com/tokio-rs/tokio - Noah-Kennedy opened this issue 12 months ago
task: Add `TaskLocalFuture::take_value` method to the `task_local`
github.com/tokio-rs/tokio - mox692 opened this pull request 12 months ago
github.com/tokio-rs/tokio - mox692 opened this pull request 12 months ago
macro select no branch else only
github.com/tokio-rs/tokio - GilShoshan94 opened this pull request 12 months ago
github.com/tokio-rs/tokio - GilShoshan94 opened this pull request 12 months ago
tokio::select! with only an "else branch"
github.com/tokio-rs/tokio - GilShoshan94 opened this issue 12 months ago
github.com/tokio-rs/tokio - GilShoshan94 opened this issue 12 months ago
Can we take inspiration from how Pavex handles errors?
github.com/tokio-rs/axum - gyzerok opened this issue 12 months ago
github.com/tokio-rs/axum - gyzerok opened this issue 12 months ago
instrument triggers clippy::blocks_in_conditions
github.com/tokio-rs/tracing - ShahakShama opened this issue 12 months ago
github.com/tokio-rs/tracing - ShahakShama opened this issue 12 months ago
Fix layers being cloned for each request
github.com/tokio-rs/axum - davidpdrsn opened this pull request 12 months ago
github.com/tokio-rs/axum - davidpdrsn opened this pull request 12 months ago
docs: circumvent oddities with SSE and compression
github.com/tokio-rs/axum - BenJeau opened this pull request 12 months ago
github.com/tokio-rs/axum - BenJeau opened this pull request 12 months ago
Update no_atomic.rs and CI config
github.com/tokio-rs/valuable - github-actions[bot] opened this pull request 12 months ago
github.com/tokio-rs/valuable - github-actions[bot] opened this pull request 12 months ago
io: document cancel safety of `AsyncReadExt`'s primitive read functions
github.com/tokio-rs/tokio - maminrayej opened this pull request 12 months ago
github.com/tokio-rs/tokio - maminrayej opened this pull request 12 months ago
task: fix documentation links
github.com/tokio-rs/tokio - progval opened this pull request 12 months ago
github.com/tokio-rs/tokio - progval opened this pull request 12 months ago
Autodetection of new execution not always working
github.com/tokio-rs/console - javihernant opened this issue 12 months ago
github.com/tokio-rs/console - javihernant opened this issue 12 months ago
chore: update CI to clippy 1.76
github.com/tokio-rs/tokio - pmcgleenon opened this pull request 12 months ago
github.com/tokio-rs/tokio - pmcgleenon opened this pull request 12 months ago
Add rejection tracing to all extractors (#2526)
github.com/tokio-rs/axum - mladedav opened this pull request 12 months ago
github.com/tokio-rs/axum - mladedav opened this pull request 12 months ago
docs: specify the difference between `acquire` and `try_acquire` in the semaphore docs
github.com/tokio-rs/tokio - mox692 opened this issue 12 months ago
github.com/tokio-rs/tokio - mox692 opened this issue 12 months ago
feat: encode string and bytes slices
github.com/tokio-rs/prost - guilload opened this pull request 12 months ago
github.com/tokio-rs/prost - guilload opened this pull request 12 months ago
Implement FromRequest for BytesMut
github.com/tokio-rs/axum - jplatte opened this pull request 12 months ago
github.com/tokio-rs/axum - jplatte opened this pull request 12 months ago
Example in `MethodRouter::layer` documentation doesn't work
github.com/tokio-rs/axum - jorendorff opened this issue 12 months ago
github.com/tokio-rs/axum - jorendorff opened this issue 12 months ago
Document cancel safety of `AsyncReadExt`'s primitive read functions
github.com/tokio-rs/tokio - Astralchroma opened this issue 12 months ago
github.com/tokio-rs/tokio - Astralchroma opened this issue 12 months ago
Animated graphic in "The Stack" works only depending on viewport height
github.com/tokio-rs/website - ja-he opened this issue 12 months ago
github.com/tokio-rs/website - ja-he opened this issue 12 months ago
Document usage of concrete state in `FromRequest` macro (#2550)
github.com/tokio-rs/axum - mladedav opened this pull request 12 months ago
github.com/tokio-rs/axum - mladedav opened this pull request 12 months ago
Incorrect `Interest::Never` is cached and never invalidated on v0.1
github.com/tokio-rs/tracing - plietar opened this issue 12 months ago
github.com/tokio-rs/tracing - plietar opened this issue 12 months ago
Fix errant backtick in WeakDispatch docs
github.com/tokio-rs/tracing - jonhoo opened this pull request 12 months ago
github.com/tokio-rs/tracing - jonhoo opened this pull request 12 months ago
Exit spans the same way we enter them
github.com/tokio-rs/tracing - jonhoo opened this pull request 12 months ago
github.com/tokio-rs/tracing - jonhoo opened this pull request 12 months ago
Exaustiveness checking for LevelInner leaks through public API
github.com/tokio-rs/tracing - udoprog opened this issue 12 months ago
github.com/tokio-rs/tracing - udoprog opened this issue 12 months ago
Handler not implemented for Or
github.com/tokio-rs/axum - Natureshadow opened this issue 12 months ago
github.com/tokio-rs/axum - Natureshadow opened this issue 12 months ago
Add fixed buffer support for uring_cmd
github.com/tokio-rs/io-uring - ollie-etl opened this pull request 12 months ago
github.com/tokio-rs/io-uring - ollie-etl opened this pull request 12 months ago
Axum in docker fails returns 404 but cargo run works fine
github.com/tokio-rs/axum - thebetterjort opened this issue 12 months ago
github.com/tokio-rs/axum - thebetterjort opened this issue 12 months ago
Is "Rewriting request URI in middleware" out of date?
github.com/tokio-rs/axum - maxcountryman opened this issue 12 months ago
github.com/tokio-rs/axum - maxcountryman opened this issue 12 months ago
fix(console): lints trigger with non-async tasks
github.com/tokio-rs/console - javihernant opened this pull request 12 months ago
github.com/tokio-rs/console - javihernant opened this pull request 12 months ago
sync: Add `forget_permits` method to semaphore
github.com/tokio-rs/tokio - mox692 opened this pull request 12 months ago
github.com/tokio-rs/tokio - mox692 opened this pull request 12 months ago
`blocking` and `block_on` tasks have false positive lints
github.com/tokio-rs/console - hds opened this issue 12 months ago
github.com/tokio-rs/console - hds opened this issue 12 months ago
fs: Spawn new write task while buf is not empty
github.com/tokio-rs/tokio - Xuanwo opened this pull request almost 1 year ago
github.com/tokio-rs/tokio - Xuanwo opened this pull request almost 1 year ago
runtime: fix leaking registration entries when os registration fails
github.com/tokio-rs/tokio - maminrayej opened this pull request almost 1 year ago
github.com/tokio-rs/tokio - maminrayej opened this pull request almost 1 year ago
`middleware::from_fn` fails if fn calls async fn with `&Request` argument
github.com/tokio-rs/axum - dfaust opened this issue almost 1 year ago
github.com/tokio-rs/axum - dfaust opened this issue almost 1 year ago
don't set MSRV and only run doctests on nightly
github.com/tokio-rs/async-backtrace - jswrenn opened this pull request almost 1 year ago
github.com/tokio-rs/async-backtrace - jswrenn opened this pull request almost 1 year ago
Make `Submitter::register_buffers` to accept `IoSlice{Mut}`
github.com/tokio-rs/io-uring - sanmai-NL opened this issue almost 1 year ago
github.com/tokio-rs/io-uring - sanmai-NL opened this issue almost 1 year ago
route.md: Add wildcard example code
github.com/tokio-rs/axum - Enselic opened this pull request about 1 year ago
github.com/tokio-rs/axum - Enselic opened this pull request about 1 year ago
feat: add str encoding helper
github.com/tokio-rs/prost - morrisonlevi opened this pull request about 1 year ago
github.com/tokio-rs/prost - morrisonlevi opened this pull request about 1 year ago
Remove dependency on `itertools`
github.com/tokio-rs/async-backtrace - fornwall opened this pull request about 1 year ago
github.com/tokio-rs/async-backtrace - fornwall opened this pull request about 1 year ago
runtime: include task `Id` in taskdumps
github.com/tokio-rs/tokio - jswrenn opened this pull request about 1 year ago
github.com/tokio-rs/tokio - jswrenn opened this pull request about 1 year ago
Run cargo clippy --fix to fix CI
github.com/tokio-rs/axum - Enselic opened this pull request about 1 year ago
github.com/tokio-rs/axum - Enselic opened this pull request about 1 year ago
examples: Add wildcard-route
github.com/tokio-rs/axum - Enselic opened this pull request about 1 year ago
github.com/tokio-rs/axum - Enselic opened this pull request about 1 year ago
metrics: fix worker_steal_count test hanging
github.com/tokio-rs/tokio - Darksonn opened this pull request about 1 year ago
github.com/tokio-rs/tokio - Darksonn opened this pull request about 1 year ago
Tried to drop a ref to Id(3), but no such span exists!
github.com/tokio-rs/tracing - scw00 opened this issue about 1 year ago
github.com/tokio-rs/tracing - scw00 opened this issue about 1 year ago
Make downgrade must_use
github.com/tokio-rs/tokio - Darksonn opened this pull request about 1 year ago
github.com/tokio-rs/tokio - Darksonn opened this pull request about 1 year ago
fs: Data loss while retrying `File::flush` when disk is full
github.com/tokio-rs/tokio - Xuanwo opened this issue about 1 year ago
github.com/tokio-rs/tokio - Xuanwo opened this issue about 1 year ago
set_vec_pos does not need a second parameter
github.com/tokio-rs/bytes - braddunbar opened this pull request about 1 year ago
github.com/tokio-rs/bytes - braddunbar opened this pull request about 1 year ago
Poll changing interest of server socket on Windows
github.com/tokio-rs/mio - Dcraftbg opened this issue about 1 year ago
github.com/tokio-rs/mio - Dcraftbg opened this issue about 1 year ago
WebSocketUpgrade::on_upgrade task is not joined when client's socket closes.
github.com/tokio-rs/axum - pplanel opened this issue about 1 year ago
github.com/tokio-rs/axum - pplanel opened this issue about 1 year ago
WebSocketUpgrade::on_upgrade task is not joined when client's socket closes.
github.com/tokio-rs/axum - pplanel opened this issue about 1 year ago
github.com/tokio-rs/axum - pplanel opened this issue about 1 year ago
chore(deps): update ratatui to 0.26.1
github.com/tokio-rs/console - joshka opened this pull request about 1 year ago
github.com/tokio-rs/console - joshka opened this pull request about 1 year ago
examples(all-levels.rs): update documentation
github.com/tokio-rs/tracing - bnjmnjrk opened this pull request about 1 year ago
github.com/tokio-rs/tracing - bnjmnjrk opened this pull request about 1 year ago
really test decode_varint_slow
github.com/tokio-rs/prost - mumbleskates opened this pull request about 1 year ago
github.com/tokio-rs/prost - mumbleskates opened this pull request about 1 year ago
Implement Extend trait
github.com/tokio-rs/slab - SalsaGal opened this pull request about 1 year ago
github.com/tokio-rs/slab - SalsaGal opened this pull request about 1 year ago
docs: transition_to_idle doesn't return boolean
github.com/tokio-rs/tokio - hackaugusto opened this pull request about 1 year ago
github.com/tokio-rs/tokio - hackaugusto opened this pull request about 1 year ago
Copy only unread bytes in BytesMut::reserve
github.com/tokio-rs/bytes - braddunbar opened this pull request about 1 year ago
github.com/tokio-rs/bytes - braddunbar opened this pull request about 1 year ago
fix minor typos, build warnings, and clippy warnings on tests
github.com/tokio-rs/tokio - barafael opened this pull request about 1 year ago
github.com/tokio-rs/tokio - barafael opened this pull request about 1 year ago
`proto3` doesn't pack repeated fields by default
github.com/tokio-rs/prost - daniel-sherwood opened this issue about 1 year ago
github.com/tokio-rs/prost - daniel-sherwood opened this issue about 1 year ago
get_vec_pos: use &self instead of &mut self
github.com/tokio-rs/bytes - braddunbar opened this pull request about 1 year ago
github.com/tokio-rs/bytes - braddunbar opened this pull request about 1 year ago
Improve the performance of put_u8 and put_i8
github.com/tokio-rs/bytes - YHM404 opened this pull request about 1 year ago
github.com/tokio-rs/bytes - YHM404 opened this pull request about 1 year ago
Fix blocking-mode tcp listener in auto-reload example
github.com/tokio-rs/axum - jplatte opened this pull request about 1 year ago
github.com/tokio-rs/axum - jplatte opened this pull request about 1 year ago
Use sub instead of offset
github.com/tokio-rs/bytes - braddunbar opened this pull request about 1 year ago
github.com/tokio-rs/bytes - braddunbar opened this pull request about 1 year ago
parking_lot mutex is slower than standard library
github.com/tokio-rs/tokio - tsxiaofang opened this issue about 1 year ago
github.com/tokio-rs/tokio - tsxiaofang opened this issue about 1 year ago
the trait `IntoResponse` is not implemented for `CustomError` in workspace
github.com/tokio-rs/axum - zkrzyzanowski opened this issue about 1 year ago
github.com/tokio-rs/axum - zkrzyzanowski opened this issue about 1 year ago
Key presses happen twice on Windows
github.com/tokio-rs/console - sunrosa opened this issue about 1 year ago
github.com/tokio-rs/console - sunrosa opened this issue about 1 year ago
ci: make sure dictionary is sorted and contains no duplicates
github.com/tokio-rs/tokio - maminrayej opened this pull request about 1 year ago
github.com/tokio-rs/tokio - maminrayej opened this pull request about 1 year ago
rt: Tolerate slow task polls
github.com/tokio-rs/tokio - carllerche opened this issue about 1 year ago
github.com/tokio-rs/tokio - carllerche opened this issue about 1 year ago
Add `Sender::len` to mpsc channel
github.com/tokio-rs/tokio - barafael opened this issue about 1 year ago
github.com/tokio-rs/tokio - barafael opened this issue about 1 year ago
chore: prepare Tokio v1.36.0
github.com/tokio-rs/tokio - maminrayej opened this pull request about 1 year ago
github.com/tokio-rs/tokio - maminrayej opened this pull request about 1 year ago
Query Parameter is only deserialized up to the first parameter and all the rest are left as None
github.com/tokio-rs/axum - Bryson14 opened this issue about 1 year ago
github.com/tokio-rs/axum - Bryson14 opened this issue about 1 year ago
chore: Bump msrv to 1.70
github.com/tokio-rs/prost - tottoto opened this pull request about 1 year ago
github.com/tokio-rs/prost - tottoto opened this pull request about 1 year ago
Add UnsubmittedRead and Link API
github.com/tokio-rs/tokio-uring - ileixe opened this pull request about 1 year ago
github.com/tokio-rs/tokio-uring - ileixe opened this pull request about 1 year ago
help: systemfd + listenfd + tokio::spawn + axum. first connection returns only when second comes
github.com/tokio-rs/axum - jonirrings opened this issue about 1 year ago
github.com/tokio-rs/axum - jonirrings opened this issue about 1 year ago
net: expose keepalive option on `TcpSocket`
github.com/tokio-rs/tokio - maminrayej opened this pull request about 1 year ago
github.com/tokio-rs/tokio - maminrayej opened this pull request about 1 year ago
feat: add `--allow` flag
github.com/tokio-rs/console - hi-rustin opened this pull request about 1 year ago
github.com/tokio-rs/console - hi-rustin opened this pull request about 1 year ago
Document deriving `FromRequestParts` limited to specific state types
github.com/tokio-rs/axum - Kinrany opened this issue about 1 year ago
github.com/tokio-rs/axum - Kinrany opened this issue about 1 year ago
misspell in README.md
github.com/tokio-rs/tracing - mchristou opened this pull request about 1 year ago
github.com/tokio-rs/tracing - mchristou opened this pull request about 1 year ago
appender: update crate docs to call-out lossy behavior
github.com/tokio-rs/tracing - f1recracker opened this pull request about 1 year ago
github.com/tokio-rs/tracing - f1recracker opened this pull request about 1 year ago
impl FromRequest for BytesMut
github.com/tokio-rs/axum - K4rakara opened this issue about 1 year ago
github.com/tokio-rs/axum - K4rakara opened this issue about 1 year ago
Calculate original capacity only if necessary
github.com/tokio-rs/bytes - braddunbar opened this pull request about 1 year ago
github.com/tokio-rs/bytes - braddunbar opened this pull request about 1 year ago
Restore commented tests
github.com/tokio-rs/bytes - braddunbar opened this pull request about 1 year ago
github.com/tokio-rs/bytes - braddunbar opened this pull request about 1 year ago
Should crate documentation call out that non-blocking writers are lossy by default?
github.com/tokio-rs/tracing - f1recracker opened this issue about 1 year ago
github.com/tokio-rs/tracing - f1recracker opened this issue about 1 year ago
Ability to return errors from middleware
github.com/tokio-rs/axum - justhaug opened this issue about 1 year ago
github.com/tokio-rs/axum - justhaug opened this issue about 1 year ago
Fix broken RecvMsgOut parsing
github.com/tokio-rs/io-uring - SUPERCILEX opened this pull request about 1 year ago
github.com/tokio-rs/io-uring - SUPERCILEX opened this pull request about 1 year ago
feat: add simple tokio redis example
github.com/tokio-rs/axum - drbh opened this pull request about 1 year ago
github.com/tokio-rs/axum - drbh opened this pull request about 1 year ago
Shall there be a cfg feature that removes all the overhead and features?
github.com/tokio-rs/async-backtrace - vi opened this issue about 1 year ago
github.com/tokio-rs/async-backtrace - vi opened this issue about 1 year ago
Fix typos in testing example
github.com/tokio-rs/axum - rdbo opened this pull request about 1 year ago
github.com/tokio-rs/axum - rdbo opened this pull request about 1 year ago