Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/tokio-rs/tokio

A runtime for writing reliable asynchronous applications with Rust. Provides I/O, networking, scheduling, timers, ...
https://github.com/tokio-rs/tokio

chore: prepare tokio-stream v0.1.15

Darksonn opened this pull request 10 months ago
chore: prepare tokio-test v0.4.4

Darksonn opened this pull request 10 months ago
What do you think? https://zenoh.io/blog/2022-04-14-rust-async-eval/

han1548772930 opened this issue 10 months ago
tokio-util: remove `'static` bound on `impl Sink for PollSender`

nyibbang opened this pull request 10 months ago
Awaiting Read and Write Half concurrently causes spin lock.

Frostie314159 opened this issue 10 months ago
sync: update watch channel docs

mox692 opened this pull request 10 months ago
Handle `pid_shutdown_sockets` when accepting connections

dlon opened this issue 11 months ago
readme: update commit message guidelines

Darksonn opened this pull request 11 months ago
sync: reorder const_new before new_with

Darksonn opened this pull request 11 months ago
Sleeping for 0 ms results in a sleep of 1 ms

baoyachi opened this issue 11 months ago
Small typo fix in `tokio-stream`

yotamofek opened this pull request 11 months ago
sync: Implement `Clone` for `watch::Sender`

mox692 opened this pull request 11 months ago
fix: suggest secure mio

rex4539 opened this pull request 11 months ago
feat(rt): revise some const values in runtime

PureWhiteWu opened this pull request 11 months ago
file: parameterize file position

MarcusSorealheis opened this pull request 11 months ago
chore: fix deprecated circleci image

pmcgleenon opened this pull request 11 months ago
Update mio version

psandana opened this pull request 11 months ago
Add missing period to docstring for broadcast::Sender::receiver_count

levkk opened this pull request 11 months ago
ci: update FreeBSD image to 14

Darksonn opened this pull request 11 months ago
Mark 1.36 as an LTS release

Darksonn opened this pull request 11 months ago
tokio-test: mark `tokio_test::task::Spawn` as `must_use`

mox692 opened this pull request 11 months ago
Windows Named pipes invalid memory access

radekvit opened this issue 11 months ago
Add tokio version of `std::fs::File::set_times`

arpankapoor opened this issue 11 months ago
[FEATURE_REQ] Add `recv_many` to StreamMap

esemeniuc opened this issue 11 months ago
Add doc link from `Runtime` to `#[tokio::main]`.

kpreid opened this pull request 11 months ago
ci: downgrade to QEMU 7.2 for cross-compile builds (#6361)

pmcgleenon opened this pull request 11 months ago
Cross-compiled builds often fail panic_in_block_on

Darksonn opened this issue 11 months ago
Put import of os submodule behind 'net' feature to fix doc generation…

qrnch-jan opened this pull request 11 months ago
docsrs edge case when building docs without "net" feature

qrnch-jan opened this issue 11 months ago
libunwind is compiled even with panic_immediate_abort

yuki0iq opened this issue 11 months ago
Segmentation fault in `park_timeout()` on riscv64

leso-kn opened this issue 11 months ago
Add worker id to `on_thread_park()` callback (for stuck worker watchdog)

theron-eg opened this pull request 11 months ago
runtime: make the `enter` example deterministic

maminrayej opened this pull request 11 months ago
io: implement `try_new` and `try_with_interest` for `AsyncFd`

maminrayej opened this pull request 11 months ago
Make AsyncFd::new return inner on error

Hurricane996 opened this issue 11 months ago
Automatically choose bind address in UDPSocket::connect

vehlwn opened this issue 11 months ago
Allow runtime scaling of the number of workers

Noah-Kennedy opened this issue 11 months ago
task: Add `TaskLocalFuture::take_value` method to the `task_local`

mox692 opened this pull request 11 months ago
macro select no branch else only

GilShoshan94 opened this pull request 11 months ago
tokio::select! with only an "else branch"

GilShoshan94 opened this issue 12 months ago
io: document cancel safety of `AsyncReadExt`'s primitive read functions

maminrayej opened this pull request 12 months ago
task: fix documentation links

progval opened this pull request 12 months ago
Add dependabot

oriontvv opened this pull request 12 months ago
chore: update CI to clippy 1.76

pmcgleenon opened this pull request 12 months ago
Document cancel safety of `AsyncReadExt`'s primitive read functions

Astralchroma opened this issue 12 months ago
sync: Add `forget_permits` method to semaphore

mox692 opened this pull request 12 months ago
fs: Spawn new write task while buf is not empty

Xuanwo opened this pull request 12 months ago
runtime: fix leaking registration entries when os registration fails

maminrayej opened this pull request 12 months ago
runtime: include task `Id` in taskdumps

jswrenn opened this pull request 12 months ago
metrics: fix worker_steal_count test hanging

Darksonn opened this pull request 12 months ago
Make downgrade must_use

Darksonn opened this pull request 12 months ago
fs: Data loss while retrying `File::flush` when disk is full

Xuanwo opened this issue 12 months ago
Update CHANGELOG.md

Darksonn opened this pull request 12 months ago
Support WASI preview 2

Darksonn opened this issue 12 months ago
docs: transition_to_idle doesn't return boolean

hackaugusto opened this pull request 12 months ago
fix minor typos, build warnings, and clippy warnings on tests

barafael opened this pull request 12 months ago
parking_lot mutex is slower than standard library

tsxiaofang opened this issue 12 months ago
ci: make sure dictionary is sorted and contains no duplicates

maminrayej opened this pull request 12 months ago
rt: Tolerate slow task polls

carllerche opened this issue 12 months ago
tracing: mpsc channel size metrics

barafael opened this issue 12 months ago
Expose task ID in task dumps

jswrenn opened this issue 12 months ago
chore: prepare Tokio v1.36.0

maminrayej opened this pull request 12 months ago
net: expose keepalive option on `TcpSocket`

maminrayej opened this pull request 12 months ago
util: add examples for FramedRead and FramedWrite

maminrayej opened this pull request 12 months ago
Support an API to extract backtrace information from taskdump

mox692 opened this issue 12 months ago
macros: fix trait_method breaking change detection

ik1ne opened this pull request 12 months ago
Add spellchecker

arvaer opened this pull request 12 months ago
io: clarify `clear_ready` and `clear_ready_matching` documentation

maminrayej opened this pull request 12 months ago
chore: Remove old comment

mox692 opened this pull request 12 months ago
Using workspace dependencies

rodoufu opened this pull request 12 months ago
task: implement `FromIterator` for `JoinSet`

erikdesjardins opened this pull request 12 months ago
Codecs documentation could use some fully formed examples

rageshkrishna opened this issue about 1 year ago
Don't take the tail lock when dropping broadcast channel's `Recv` future

vnetserg opened this pull request about 1 year ago
Add new CI Spellcheck job

Owen-CH-Leung opened this pull request about 1 year ago
Add New Attribute Macro for making function run in background when called.

alelopezperez opened this issue about 1 year ago
Mark *Fd traits on TcpSocket as unix-only

maminrayej opened this pull request about 1 year ago
util: simplify check for empty slice in chain

wutchzone opened this pull request about 1 year ago
Mark *Fd traits on TcpSocket as unix-only

Darksonn opened this issue about 1 year ago
net: implement `UnixSocket`

maminrayej opened this pull request about 1 year ago
Expose a `bind` method on `UnixStream`

little-dude opened this issue about 1 year ago
Add Memory Mapped Files for Windows IPC

RivenSkaye opened this issue about 1 year ago
Reduce contention in broadcast channel

vnetserg opened this pull request about 1 year ago
ci: gate unwind tests and add ci step for tesing with panic=abort

maminrayej opened this pull request about 1 year ago
Wrap function `only_v6` for UDP and TCP sockets.

bamidev opened this issue about 1 year ago
Add new linux-only API `process::Child::pidfd`

NobodyXu opened this issue about 1 year ago
implement try_join_next

maminrayej opened this pull request about 1 year ago