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
docs: Task scheduling fairness and acquire-lock yield
tae-soo-kim opened this issue over 1 year ago
tae-soo-kim opened this issue over 1 year ago
CI `tests-pass` is likely not working as it should
WaffleLapkin opened this issue over 1 year ago
WaffleLapkin opened this issue over 1 year ago
Add Future::timeout() method
petrzjunior opened this issue over 1 year ago
petrzjunior opened this issue over 1 year ago
util: add `JoinMap::keys`
andreastedile opened this pull request over 1 year ago
andreastedile opened this pull request over 1 year ago
Add apple tvos support
lcruz99 opened this pull request over 1 year ago
lcruz99 opened this pull request over 1 year ago
mpsc sender seems to not use coop
xd009642 opened this issue over 1 year ago
xd009642 opened this issue over 1 year ago
rt: fix flaky test `test_disable_lifo_slot`
Darksonn opened this pull request over 1 year ago
Darksonn opened this pull request over 1 year ago
Document that broadcast capacity is lower bound
Darksonn opened this pull request over 1 year ago
Darksonn opened this pull request over 1 year ago
CI failure tokio::rt_threaded unstable::test_disable_lifo_slot
Darksonn opened this issue over 1 year ago
Darksonn opened this issue over 1 year ago
Stack overflow or SIGSEGV when using tokio::test with trivial program
surban opened this issue over 1 year ago
surban opened this issue over 1 year ago
why does AsyncReadExt::read_u8 does not read sequentially?
holi-java opened this issue over 1 year ago
holi-java opened this issue over 1 year ago
docs: add semaphore example
songmuhan opened this pull request over 1 year ago
songmuhan opened this pull request over 1 year ago
io: mark Interest::add as must_use
nylonicious opened this pull request over 1 year ago
nylonicious opened this pull request over 1 year ago
rt: do not trace tasks while locking `OwnedTasks`
jswrenn opened this pull request over 1 year ago
jswrenn opened this pull request over 1 year ago
Task dumps can deadlock.
jswrenn opened this issue over 1 year ago
jswrenn opened this issue over 1 year ago
benches: move sender to a spawned task in `watch` benchmark
satakuma opened this pull request over 1 year ago
satakuma opened this pull request over 1 year ago
sync: add `tokio_util::sync::TaskTracker`
Darksonn opened this pull request over 1 year ago
Darksonn opened this pull request over 1 year ago
Make `TokenBucket::close` into a destructor
Darksonn opened this pull request over 1 year ago
Darksonn opened this pull request over 1 year ago
Reorder semaphore examples
Darksonn opened this pull request over 1 year ago
Darksonn opened this pull request over 1 year ago
fix incorrect line number in sync::Mutex documentation
rebekahkim opened this pull request over 1 year ago
rebekahkim opened this pull request over 1 year ago
Time::Interval shifting trend of tick period when MissedTickBehavior set as Delay
NWPoul opened this issue over 1 year ago
NWPoul opened this issue over 1 year ago
Merge tokio-1.32.x into master
Darksonn opened this pull request over 1 year ago
Darksonn opened this pull request over 1 year ago
Merge 1.25.2 into 1.32.x
Darksonn opened this pull request over 1 year ago
Darksonn opened this pull request over 1 year ago
Prepare Tokio v1.25.2
Darksonn opened this pull request over 1 year ago
Darksonn opened this pull request over 1 year ago
Merge 1.20.6 into 1.25.x
Darksonn opened this pull request over 1 year ago
Darksonn opened this pull request over 1 year ago
Prepare Tokio v1.20.6
Darksonn opened this pull request over 1 year ago
Darksonn opened this pull request over 1 year ago
Add sync::watch:::Receiver::next_changed()
uklotzde opened this pull request over 1 year ago
uklotzde opened this pull request over 1 year ago
Optimize sync::watch::Sender::send()
uklotzde opened this pull request over 1 year ago
uklotzde opened this pull request over 1 year ago
watch::Receiver::wait_for(): Prevent poisoning of the lock
uklotzde opened this pull request over 1 year ago
uklotzde opened this pull request over 1 year ago
sync::watch::Receiver: Fix code comment
uklotzde opened this pull request over 1 year ago
uklotzde opened this pull request over 1 year ago
chore: prepare tokio-util v0.7.9
cconstantine opened this pull request over 1 year ago
cconstantine opened this pull request over 1 year ago
`sync::watch`: Use Acquire/Release memory ordering instead of SeqCst
uklotzde opened this pull request over 1 year ago
uklotzde opened this pull request over 1 year ago
`sync::watch::Receiver`: Fix changed handling on version overflow
uklotzde opened this pull request over 1 year ago
uklotzde opened this pull request over 1 year ago
tokio: distinguish LocalSet::enter() with being polled
inq opened this pull request over 1 year ago
inq opened this pull request over 1 year ago
Broadcast channel capacity is not well-documented
mdacach opened this issue over 1 year ago
mdacach opened this issue over 1 year ago
`sync::watch`: Change wording from "unseen" to "changed"
uklotzde opened this pull request over 1 year ago
uklotzde opened this pull request over 1 year ago
Is the scheduling scheme of CONCURRENTCPP better? No global-queue and steal-task, only balance work to idles;
sxstd001 opened this issue over 1 year ago
sxstd001 opened this issue over 1 year ago
Add recv_many for mpsc channels
aschweig opened this pull request over 1 year ago
aschweig opened this pull request over 1 year ago
Add Peekable trait for socket
cathaysia opened this issue over 1 year ago
cathaysia opened this issue over 1 year ago
The file only writes partial bytes and doesn't raise any errors
WenyXu opened this issue over 1 year ago
WenyXu opened this issue over 1 year ago
thread 'pipe_from_one_command_to_another' panicked at 'assertion failed: `(left == right)`
maminrayej opened this issue over 1 year ago
maminrayej opened this issue over 1 year ago
Tokio 1.29 uses glibc 2.29 symbol when compiled with glibc 2.31
LukasKalbertodt opened this issue over 1 year ago
LukasKalbertodt opened this issue over 1 year ago
sync: document that `const_new()` is not instrumented
hds opened this pull request over 1 year ago
hds opened this pull request over 1 year ago
reduce the lock contention in task spawn.
wathenjiang opened this pull request over 1 year ago
wathenjiang opened this pull request over 1 year ago
util: replace `sync::reusable_box::Pending` with `std::future::Pending`
victor-timofei opened this pull request over 1 year ago
victor-timofei opened this pull request over 1 year ago
fix ci
maminrayej opened this pull request over 1 year ago
maminrayej opened this pull request over 1 year ago
tokio: add builder function for watch::Sender
nicflower opened this pull request over 1 year ago
nicflower opened this pull request over 1 year ago
Add `?Sized` bound for `MutexGuard::map` and `OwnedMutexGuard::map`.
ennis opened this pull request over 1 year ago
ennis opened this pull request over 1 year ago
Alt scheduler bug: not enough capacity; len=1; tail=1920; steal=1664; real=1920
Darksonn opened this issue over 1 year ago
Darksonn opened this issue over 1 year ago
tokio: fix cache line size for RISC-V
Icenowy opened this pull request over 1 year ago
Icenowy opened this pull request over 1 year ago
style: Rename spawn<T> to spawn<F>
adamchalmers opened this pull request over 1 year ago
adamchalmers opened this pull request over 1 year ago
tokio: remove ref of scheduler in owned task
wathenjiang opened this pull request over 1 year ago
wathenjiang opened this pull request over 1 year ago
Priority-inverted `Semaphore`
tntokum opened this issue over 1 year ago
tntokum opened this issue over 1 year ago
Panic in `TimerHandle::mark_pending`
lkts opened this issue over 1 year ago
lkts opened this issue over 1 year ago
docs: fix worker_overflow_count
jotare opened this pull request over 1 year ago
jotare opened this pull request over 1 year ago
Polling Timers Takes a Very Long Time
eric-stokes-architect opened this issue over 1 year ago
eric-stokes-architect opened this issue over 1 year ago
implement write_vectored for DuplexStream
maminrayej opened this pull request over 1 year ago
maminrayej opened this pull request over 1 year ago
task: fix spawn_local source location for console
hds opened this pull request over 1 year ago
hds opened this pull request over 1 year ago
DuplexStream does not support vectored writes
qrnch-jan opened this issue over 1 year ago
qrnch-jan opened this issue over 1 year ago
docs: specify the line ending of LinesCodec
wathenjiang opened this pull request over 1 year ago
wathenjiang opened this pull request over 1 year ago
use criterion
maminrayej opened this pull request over 1 year ago
maminrayej opened this pull request over 1 year ago
chore: list 1.32.x as LTS release
hds opened this pull request over 1 year ago
hds opened this pull request over 1 year ago
Proposal: use criterion crate instead of bencher crate in benchmark
wathenjiang opened this issue over 1 year ago
wathenjiang opened this issue over 1 year ago
add token bucket example to Semaphore
maminrayej opened this pull request over 1 year ago
maminrayej opened this pull request over 1 year ago
add cancel-safety documentation for child::wait
maminrayej opened this pull request over 1 year ago
maminrayej opened this pull request over 1 year ago
Cancellation safety of `tokio::process::Child::wait`
AndWass opened this issue over 1 year ago
AndWass opened this issue over 1 year ago
bug: `already borrowed: BorrowMutError` from multi_thread/worker in 1.32.0
rubenfiszel opened this issue over 1 year ago
rubenfiszel opened this issue over 1 year ago
tokio runtime coredump
cppcoffee opened this issue over 1 year ago
cppcoffee opened this issue over 1 year ago
Use ::core qualified imports instead of ::std inside tokio::test macro
complexspaces opened this pull request over 1 year ago
complexspaces opened this pull request over 1 year ago
tokio: render taskdump documentation on docs.rs
jswrenn opened this pull request over 1 year ago
jswrenn opened this pull request over 1 year ago
SyncIOBridge: Add `into_inner`
cgwalters opened this pull request over 1 year ago
cgwalters opened this pull request over 1 year ago
tokio: remove wildcard in match pattern
wathenjiang opened this pull request over 1 year ago
wathenjiang opened this pull request over 1 year ago
More general interface for `UdpFramed`
GoldsteinE opened this pull request over 1 year ago
GoldsteinE opened this pull request over 1 year ago
Implement cooperative multitasking for `UnixDatagram`
maminrayej opened this pull request over 1 year ago
maminrayej opened this pull request over 1 year ago
calling `tokio::spawn` panic in dynamic library
cppcoffee opened this issue over 1 year ago
cppcoffee opened this issue over 1 year ago
Cargo: Fix minimum Rust version
progval opened this pull request over 1 year ago
progval opened this pull request over 1 year ago
macros: spawn task for entry future and block on it
kezhuw opened this pull request over 1 year ago
kezhuw opened this pull request over 1 year ago
sync: implement `watch::Receiver::mark_unseen()`
victor-timofei opened this pull request over 1 year ago
victor-timofei opened this pull request over 1 year ago
[feature] Add check for LinesCodec when input contains '\n'
arthur-zhang opened this pull request over 1 year ago
arthur-zhang opened this pull request over 1 year ago
backport io: use memchr from libc
Darksonn opened this pull request over 1 year ago
Darksonn opened this pull request over 1 year ago
Publish documentation off of main?
sunshowers opened this issue over 1 year ago
sunshowers opened this issue over 1 year ago
Implement vectored write functionality for files
maminrayej opened this pull request over 1 year ago
maminrayej opened this pull request over 1 year ago
`memchr` v2.6.0 broke 1.20/1.25 tokio LTS MSRVs
TheBlueMatt opened this issue over 1 year ago
TheBlueMatt opened this issue over 1 year ago
Semaphore example using an Arc<Semaphore> for semaphore passing
alexanderkirilin opened this pull request over 1 year ago
alexanderkirilin opened this pull request over 1 year ago
runtime::tests::queue::stress1 unit test often not terminating or taking 50+ minutes
decathorpe opened this issue over 1 year ago
decathorpe opened this issue over 1 year ago
sync: improve docs for watch channels
sunshowers opened this pull request over 1 year ago
sunshowers opened this pull request over 1 year ago
Fix tokio-test category slugs
Darksonn opened this pull request over 1 year ago
Darksonn opened this pull request over 1 year ago
Remove stats feature
Darksonn opened this pull request over 1 year ago
Darksonn opened this pull request over 1 year ago
ci: drop MIPS targets from cross-check
hawkw opened this pull request over 1 year ago
hawkw opened this pull request over 1 year ago
File should support vectored writes
Darksonn opened this issue over 1 year ago
Darksonn opened this issue over 1 year ago
sync: improve cancel-safety documentation for mpsc::Sender::send
sunshowers opened this pull request over 1 year ago
sunshowers opened this pull request over 1 year ago
Unix datagram socket receive does not appear to participate in cooperative multitasking
NoraCodes opened this issue over 1 year ago
NoraCodes opened this issue over 1 year ago
Question about the `clear_readiness` method of `ScheduledIo`
rodman10 opened this issue over 1 year ago
rodman10 opened this issue over 1 year ago
Fix tokio-test category slugs
Darksonn opened this issue over 1 year ago
Darksonn opened this issue over 1 year ago
chore: prepare tokio-test v0.4.3
Darksonn opened this pull request over 1 year ago
Darksonn opened this pull request over 1 year ago
Enrich StreamReader and SinkWriter
nicflower opened this pull request over 1 year ago
nicflower opened this pull request over 1 year ago
Semaphore example for limiting access to a file
matildasmeds opened this pull request over 1 year ago
matildasmeds opened this pull request over 1 year ago
docs: added trailing backticks
Ghamza-Jd opened this pull request over 1 year ago
Ghamza-Jd opened this pull request over 1 year ago
chore: prepare Tokio v1.32.0 release
carllerche opened this pull request over 1 year ago
carllerche opened this pull request over 1 year ago
sync: implement 'Clone' for watch::Sender
bouk opened this pull request over 1 year ago
bouk opened this pull request over 1 year ago