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
Bring back no-op async-stream feature for axum-extra
github.com/tokio-rs/axum - jplatte opened this pull request 4 months ago
github.com/tokio-rs/axum - jplatte opened this pull request 4 months ago
Release axum 0.8.3 and related crates
github.com/tokio-rs/axum - jplatte opened this pull request 4 months ago
github.com/tokio-rs/axum - jplatte opened this pull request 4 months ago
can't merge or nest 2 routes with fallback
github.com/tokio-rs/axum - Ludea opened this issue 4 months ago
github.com/tokio-rs/axum - Ludea opened this issue 4 months ago
Add macro to compile time check if a path is valid
github.com/tokio-rs/axum - tcanabrava opened this pull request 4 months ago
github.com/tokio-rs/axum - tcanabrava opened this pull request 4 months ago
Reformat long lines in tutorial examples.
github.com/tokio-rs/website - edev opened this pull request 4 months ago
github.com/tokio-rs/website - edev opened this pull request 4 months ago
subscriber: use state machine to parse `EnvFilter` directives
github.com/tokio-rs/tracing - djc opened this pull request 4 months ago
github.com/tokio-rs/tracing - djc opened this pull request 4 months ago
Revert "Make `status` a const function in rejection handling"
github.com/tokio-rs/axum - jplatte opened this pull request 4 months ago
github.com/tokio-rs/axum - jplatte opened this pull request 4 months ago
Simplify Handler async blocks
github.com/tokio-rs/axum - svix-jplatte opened this pull request 4 months ago
github.com/tokio-rs/axum - svix-jplatte opened this pull request 4 months ago
Make Non-blocking shutdown timeout configurable on master branch
github.com/tokio-rs/tracing - Amberley-Sz opened this pull request 4 months ago
github.com/tokio-rs/tracing - Amberley-Sz opened this pull request 4 months ago
Mark runtime::Handle as unwind-safe
github.com/tokio-rs/tokio - akonradi-signal opened this pull request 4 months ago
github.com/tokio-rs/tokio - akonradi-signal opened this pull request 4 months ago
added docs +doctests to `BufRead::consume`
github.com/tokio-rs/bytes - feefladder opened this pull request 4 months ago
github.com/tokio-rs/bytes - feefladder opened this pull request 4 months ago
docs: update dead link LICENSE in `prost-types/README.md`
github.com/tokio-rs/prost - lipsyre opened this pull request 4 months ago
github.com/tokio-rs/prost - lipsyre opened this pull request 4 months ago
axum 0.8.1 and unable to match path /v2/devops/apline/blobs/uploads/
github.com/tokio-rs/axum - wqy2dev opened this issue 4 months ago
github.com/tokio-rs/axum - wqy2dev opened this issue 4 months ago
Add get_array method to Buf
github.com/tokio-rs/bytes - lperlaki opened this pull request 4 months ago
github.com/tokio-rs/bytes - lperlaki opened this pull request 4 months ago
chore: fix Rust 1.85.0 lints and errors
github.com/tokio-rs/tracing - hds opened this pull request 4 months ago
github.com/tokio-rs/tracing - hds opened this pull request 4 months ago
chore: prepare for release 0.30.0
github.com/tokio-rs/tracing-opentelemetry - tisonkun opened this pull request 4 months ago
github.com/tokio-rs/tracing-opentelemetry - tisonkun opened this pull request 4 months ago
add `as_mut` to mutably access owned or mutably borrowed `UnsafeCell` safely
github.com/tokio-rs/loom - datdenkikniet opened this pull request 4 months ago
github.com/tokio-rs/loom - datdenkikniet opened this pull request 4 months ago
Add a basic cluster simulation example
github.com/tokio-rs/turmoil - LucioFranco opened this pull request 4 months ago
github.com/tokio-rs/turmoil - LucioFranco opened this pull request 4 months ago
Using tracing in Drop in threadlocals may cause some panic.
github.com/tokio-rs/tracing - enomado opened this issue 4 months ago
github.com/tokio-rs/tracing - enomado opened this issue 4 months ago
index out of bounds: the len is 4 but the index is 140353459346585
github.com/tokio-rs/loom - Lslightly opened this issue 4 months ago
github.com/tokio-rs/loom - Lslightly opened this issue 4 months ago
Cancellation safety for WebSocket's async methods is not documented
github.com/tokio-rs/axum - ProgramCrafter opened this issue 4 months ago
github.com/tokio-rs/axum - ProgramCrafter opened this issue 4 months ago
Support for IP_FREEBIND on Linux
github.com/tokio-rs/tokio - redactedontop opened this issue 4 months ago
github.com/tokio-rs/tokio - redactedontop opened this issue 4 months ago
chore: update from opentelemetry-sdk 0.28.0 to 0.29.0
github.com/tokio-rs/tracing-opentelemetry - alessandrobologna opened this pull request 4 months ago
github.com/tokio-rs/tracing-opentelemetry - alessandrobologna opened this pull request 4 months ago
move crates to flatter structure
github.com/tokio-rs/toasty - carllerche opened this pull request 4 months ago
github.com/tokio-rs/toasty - carllerche opened this pull request 4 months ago
Clippy warnings in auto generated code: derive-partial-eq-without-eq
github.com/tokio-rs/prost - arvid-norlander opened this issue 4 months ago
github.com/tokio-rs/prost - arvid-norlander opened this issue 4 months ago
Rename codegen2 to codegen
github.com/tokio-rs/toasty - carllerche opened this pull request 4 months ago
github.com/tokio-rs/toasty - carllerche opened this pull request 4 months ago
feat: add partition logger
github.com/tokio-rs/turmoil - LucioFranco opened this pull request 4 months ago
github.com/tokio-rs/turmoil - LucioFranco opened this pull request 4 months ago
Remove old schema based code generation
github.com/tokio-rs/toasty - carllerche opened this pull request 4 months ago
github.com/tokio-rs/toasty - carllerche opened this pull request 4 months ago
Add optional async API for non-lossy non-blocking writes
github.com/tokio-rs/tracing - Amberley-Sz opened this issue 4 months ago
github.com/tokio-rs/tracing - Amberley-Sz opened this issue 4 months ago
`watch::Sender::send` is a error-prone default
github.com/tokio-rs/tokio - dpc opened this issue 4 months ago
github.com/tokio-rs/tokio - dpc opened this issue 4 months ago
[BUG] channel closure is a probabilistic event.
github.com/tokio-rs/tokio - x5w46fxdx opened this issue 4 months ago
github.com/tokio-rs/tokio - x5w46fxdx opened this issue 4 months ago
Expose Router::call_with_state
github.com/tokio-rs/axum - goffrie opened this pull request 4 months ago
github.com/tokio-rs/axum - goffrie opened this pull request 4 months ago
Allow calling into a Router with non-() state
github.com/tokio-rs/axum - goffrie opened this issue 4 months ago
github.com/tokio-rs/axum - goffrie opened this issue 4 months ago
Fix unspecified support for same host connections
github.com/tokio-rs/turmoil - LucioFranco opened this pull request 4 months ago
github.com/tokio-rs/turmoil - LucioFranco opened this pull request 4 months ago
split out sql logic to toasty-sql
github.com/tokio-rs/toasty - carllerche opened this pull request 4 months ago
github.com/tokio-rs/toasty - carllerche opened this pull request 4 months ago
Remove old warnings, use more efficient methods
github.com/tokio-rs/tracing - jhpratt opened this pull request 4 months ago
github.com/tokio-rs/tracing - jhpratt opened this pull request 4 months ago
Add test to chat example
github.com/tokio-rs/axum - kyle-nweeia opened this pull request 4 months ago
github.com/tokio-rs/axum - kyle-nweeia opened this pull request 4 months ago
ci: run tests using PostgreSQL
github.com/tokio-rs/toasty - carllerche opened this pull request 4 months ago
github.com/tokio-rs/toasty - carllerche opened this pull request 4 months ago
Guarantee address in `slice()` for empty slices.
github.com/tokio-rs/bytes - 01mf02 opened this pull request 4 months ago
github.com/tokio-rs/bytes - 01mf02 opened this pull request 4 months ago
Preserve addresses of empty bytes in `slice`
github.com/tokio-rs/bytes - 01mf02 opened this issue 4 months ago
github.com/tokio-rs/bytes - 01mf02 opened this issue 4 months ago
Remove ddb prefixing from driver
github.com/tokio-rs/toasty - carllerche opened this pull request 4 months ago
github.com/tokio-rs/toasty - carllerche opened this pull request 4 months ago
rm dynamodb region from tests
github.com/tokio-rs/toasty - carllerche opened this pull request 4 months ago
github.com/tokio-rs/toasty - carllerche opened this pull request 4 months ago
Move table prefix logic to mapping
github.com/tokio-rs/toasty - carllerche opened this pull request 4 months ago
github.com/tokio-rs/toasty - carllerche opened this pull request 4 months ago
time: revert "use sharding for timer implementation" related changes
github.com/tokio-rs/tokio - carllerche opened this pull request 4 months ago
github.com/tokio-rs/tokio - carllerche opened this pull request 4 months ago
[test] the validator example
github.com/tokio-rs/axum - szabgab opened this pull request 4 months ago
github.com/tokio-rs/axum - szabgab opened this pull request 4 months ago
[test] the versioning example
github.com/tokio-rs/axum - szabgab opened this pull request 4 months ago
github.com/tokio-rs/axum - szabgab opened this pull request 4 months ago
[test] the anyhow-error-response example
github.com/tokio-rs/axum - szabgab opened this pull request 4 months ago
github.com/tokio-rs/axum - szabgab opened this pull request 4 months ago
Implement `From<Bytes>` for `Message`
github.com/tokio-rs/axum - manifest opened this pull request 4 months ago
github.com/tokio-rs/axum - manifest opened this pull request 4 months ago
When using the tokio::select macro, the asynchronous task is lost.
github.com/tokio-rs/tokio - x5w46fxdx opened this issue 4 months ago
github.com/tokio-rs/tokio - x5w46fxdx opened this issue 4 months ago
fix(console): add dynamic constraints layout in task details screen
github.com/tokio-rs/console - vrn21 opened this pull request 4 months ago
github.com/tokio-rs/console - vrn21 opened this pull request 4 months ago
How do you run all the CI checks locally?
github.com/tokio-rs/axum - szabgab opened this issue 5 months ago
github.com/tokio-rs/axum - szabgab opened this issue 5 months ago
chore: remove redundant words in comment
github.com/tokio-rs/tokio - jimmycathy opened this pull request 5 months ago
github.com/tokio-rs/tokio - jimmycathy opened this pull request 5 months ago
move table prefixing to mapping
github.com/tokio-rs/toasty - carllerche opened this pull request 5 months ago
github.com/tokio-rs/toasty - carllerche opened this pull request 5 months ago
fix: do not compare references to pointers to compare pointers
github.com/tokio-rs/tracing - samueltardieu opened this pull request 5 months ago
github.com/tokio-rs/tracing - samueltardieu opened this pull request 5 months ago
util: explicitly state that TaskTracker does not abort tasks on Drop
github.com/tokio-rs/tokio - Hodkinson opened this pull request 5 months ago
github.com/tokio-rs/tokio - Hodkinson opened this pull request 5 months ago
Update TaskTracker documentation to clarify behaviour on Drop
github.com/tokio-rs/tokio - Hodkinson opened this issue 5 months ago
github.com/tokio-rs/tokio - Hodkinson opened this issue 5 months ago
[test] the templates example
github.com/tokio-rs/axum - szabgab opened this pull request 5 months ago
github.com/tokio-rs/axum - szabgab opened this pull request 5 months ago
build(deps): Update pulldown-cmark to 0.13
github.com/tokio-rs/prost - caspermeijn opened this pull request 5 months ago
github.com/tokio-rs/prost - caspermeijn opened this pull request 5 months ago
[PANIC] already borrowed: BorrowMutError in src/runtime/scheduler/multi_thread/worker.rs
github.com/tokio-rs/tokio - Oliboy50 opened this issue 5 months ago
github.com/tokio-rs/tokio - Oliboy50 opened this issue 5 months ago
Writing a book about axum using the examples
github.com/tokio-rs/axum - szabgab opened this issue 5 months ago
github.com/tokio-rs/axum - szabgab opened this issue 5 months ago
Asserting in `runtime/task/state.rs` failed.
github.com/tokio-rs/tokio - eareimu opened this issue 5 months ago
github.com/tokio-rs/tokio - eareimu opened this issue 5 months ago
docs: Fix spell mistake
github.com/tokio-rs/prost - lazyanubis opened this pull request 5 months ago
github.com/tokio-rs/prost - lazyanubis opened this pull request 5 months ago
feat: initial implementation of a libsql driver
github.com/tokio-rs/toasty - hbjydev opened this pull request 5 months ago
github.com/tokio-rs/toasty - hbjydev opened this pull request 5 months ago
improve database selection in examples
github.com/tokio-rs/toasty - carllerche opened this pull request 5 months ago
github.com/tokio-rs/toasty - carllerche opened this pull request 5 months ago
Add a #[must_use] annotation to Span
github.com/tokio-rs/tracing - radix opened this pull request 5 months ago
github.com/tokio-rs/tracing - radix opened this pull request 5 months ago
Is io_uring_prep_splice supported?
github.com/tokio-rs/io-uring - vlourme opened this issue 5 months ago
github.com/tokio-rs/io-uring - vlourme opened this issue 5 months ago
deps(tokio-util): update hashbrown to 0.15
github.com/tokio-rs/tokio - Brooooooklyn opened this pull request 5 months ago
github.com/tokio-rs/tokio - Brooooooklyn opened this pull request 5 months ago
chore: prepare Tokio v1.44.1
github.com/tokio-rs/tokio - Darksonn opened this pull request 5 months ago
github.com/tokio-rs/tokio - Darksonn opened this pull request 5 months ago
Add env-filter-explorer example
github.com/tokio-rs/tracing - joshka opened this pull request 5 months ago
github.com/tokio-rs/tracing - joshka opened this pull request 5 months ago
examples: bump inferno dep
github.com/tokio-rs/tracing - joshka opened this pull request 5 months ago
github.com/tokio-rs/tracing - joshka opened this pull request 5 months ago
Make Non-blocking shutdown timeout configurable
github.com/tokio-rs/tracing - Amberley-Sz opened this pull request 5 months ago
github.com/tokio-rs/tracing - Amberley-Sz opened this pull request 5 months ago
rt: skip defer queue in `block_in_place` context
github.com/tokio-rs/tokio - carllerche opened this pull request 5 months ago
github.com/tokio-rs/tokio - carllerche opened this pull request 5 months ago
chore: prepare tokio-util v0.7.14
github.com/tokio-rs/tokio - mox692 opened this pull request 5 months ago
github.com/tokio-rs/tokio - mox692 opened this pull request 5 months ago
doc: tracked inactivity default
github.com/tokio-rs/tracing-opentelemetry - aimericsr opened this pull request 5 months ago
github.com/tokio-rs/tracing-opentelemetry - aimericsr opened this pull request 5 months ago
test: remove unused dependencies
github.com/tokio-rs/tokio - mox692 opened this pull request 5 months ago
github.com/tokio-rs/tokio - mox692 opened this pull request 5 months ago
[test] the hello-world example
github.com/tokio-rs/axum - szabgab opened this pull request 5 months ago
github.com/tokio-rs/axum - szabgab opened this pull request 5 months ago
Improving the examples - adding tests
github.com/tokio-rs/axum - szabgab opened this issue 5 months ago
github.com/tokio-rs/axum - szabgab opened this issue 5 months ago
style: Prepare for 2024 keyword `gen`
github.com/tokio-rs/prost - caspermeijn opened this pull request 5 months ago
github.com/tokio-rs/prost - caspermeijn opened this pull request 5 months ago
ci: Run clippy with edition 2024 enabled
github.com/tokio-rs/prost - caspermeijn opened this pull request 5 months ago
github.com/tokio-rs/prost - caspermeijn opened this pull request 5 months ago
pub fn read_buffer_size of impl<F> WebSocketUpgrade<F> in extract/ws.rs not available to call, breaks tungstenite API
github.com/tokio-rs/axum - StarSapien opened this issue 5 months ago
github.com/tokio-rs/axum - StarSapien opened this issue 5 months ago
RUSTSEC-2025-0014: humantime is unmaintained
github.com/tokio-rs/tracing - github-actions[bot] opened this issue 5 months ago
github.com/tokio-rs/tracing - github-actions[bot] opened this issue 5 months ago
RUSTSEC-2025-0014: humantime is unmaintained
github.com/tokio-rs/console - github-actions[bot] opened this issue 5 months ago
github.com/tokio-rs/console - github-actions[bot] opened this issue 5 months ago
Switch Toasty to use proc macros for schema declaration
github.com/tokio-rs/toasty - carllerche opened this pull request 5 months ago
github.com/tokio-rs/toasty - carllerche opened this pull request 5 months ago
test: Helpful panic messages for tokio_test::io
github.com/tokio-rs/tokio - vi opened this pull request 5 months ago
github.com/tokio-rs/tokio - vi opened this pull request 5 months ago