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 runtime scaling of the number of workers

github.com/tokio-rs/tokio - Noah-Kennedy opened this issue 12 months ago
macro select no branch else only

github.com/tokio-rs/tokio - GilShoshan94 opened this pull request 12 months ago
Strange memory usage

github.com/tokio-rs/axum - ConsoleC137 opened this issue 12 months ago
tokio::select! with only an "else branch"

github.com/tokio-rs/tokio - GilShoshan94 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
docs: circumvent oddities with SSE and compression

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
task: fix documentation links

github.com/tokio-rs/tokio - progval opened this pull request 12 months ago
Add dependabot

github.com/tokio-rs/tokio-metrics - oriontvv opened this pull request 12 months ago
Add dependabot

github.com/tokio-rs/tokio - oriontvv opened this pull request 12 months ago
chore: update CI to clippy 1.76

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
feat: encode string and bytes slices

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
Cannot continue listen!

github.com/tokio-rs/mio - Wuh12138 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
Exit spans the same way we enter them

github.com/tokio-rs/tracing - jonhoo opened this pull request 12 months ago
Handler not implemented for Or

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
fix(console): lints trigger with non-async tasks

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
fs: Spawn new write task while buf is not empty

github.com/tokio-rs/tokio - Xuanwo opened this pull request 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
route.md: Add wildcard example code

github.com/tokio-rs/axum - Enselic opened this pull request about 1 year ago
Any work to be done?

github.com/tokio-rs/io-uring - rushilmehra opened this issue about 1 year ago
feat: add str encoding helper

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
runtime: include task `Id` in taskdumps

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
examples: Add wildcard-route

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
Make downgrade must_use

github.com/tokio-rs/tokio - Darksonn opened this pull request about 1 year ago
Update CHANGELOG.md

github.com/tokio-rs/tokio - Darksonn opened this pull request 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
Poll changing interest of server socket on Windows

github.com/tokio-rs/mio - Dcraftbg 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
Support WASI preview 2

github.com/tokio-rs/tokio - Darksonn opened this issue about 1 year ago
examples(all-levels.rs): update documentation

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
Update ECOSYSTEM.md

github.com/tokio-rs/axum - robatipoor 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
docs: transition_to_idle doesn't return boolean

github.com/tokio-rs/tokio - hackaugusto opened this pull request about 1 year ago
release axum v0.6.21

github.com/tokio-rs/axum - jonassmedegaard opened this issue 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
`proto3` doesn't pack repeated fields by default

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
Improve the performance of put_u8 and put_i8

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
Use sub instead of offset

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
Key presses happen twice on Windows

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
rt: Tolerate slow task polls

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
Expose task ID in task dumps

github.com/tokio-rs/tokio - jswrenn 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
chore: Bump msrv to 1.70

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
net: expose keepalive option on `TcpSocket`

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
misspell in README.md

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
impl FromRequest for BytesMut

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
Restore commented tests

github.com/tokio-rs/bytes - braddunbar opened this pull request about 1 year ago
Ability to return errors from middleware

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
feat: add simple tokio redis example

github.com/tokio-rs/axum - drbh opened this pull request about 1 year ago
Fix typos in testing example

github.com/tokio-rs/axum - rdbo opened this pull request about 1 year ago