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
io: delegate poll_write_vectored to inner
M0dEx opened this pull request over 1 year ago
M0dEx opened this pull request over 1 year ago
`WriteHalf<T>` does not delegate `poll_write_vectored` and `is_write_vectored` to its inner struct.
M0dEx opened this issue over 1 year ago
M0dEx opened this issue over 1 year ago
rt(alt): fix memory leak and increase max preemption when running Loom CI tests
carllerche opened this pull request over 1 year ago
carllerche opened this pull request over 1 year ago
thread 'main' has overflowed its stack
lbl8603 opened this issue over 1 year ago
lbl8603 opened this issue over 1 year ago
rt: pop at least one task from inject queue
carllerche opened this pull request over 1 year ago
carllerche opened this pull request over 1 year ago
rt(alt): fix a number of concurrency bugs
carllerche opened this pull request over 1 year ago
carllerche opened this pull request over 1 year ago
io: add Interest::remove method
nylonicious opened this pull request over 1 year ago
nylonicious opened this pull request over 1 year ago
Fix flaky test wake_while_rt_is_dropping
Darksonn opened this pull request over 1 year ago
Darksonn opened this pull request over 1 year ago
sync: Add const fn `OnceCell::from_value`
NobodyXu opened this pull request over 1 year ago
NobodyXu opened this pull request over 1 year ago
`EnterGuard` is easy to panic when combined with other `thread_local` executors.
quininer opened this issue over 1 year ago
quininer opened this issue over 1 year ago
Docs prose say Sleep doesn't implement Unpin, but sidebar does
jrose-signal opened this issue over 1 year ago
jrose-signal opened this issue over 1 year ago
Adding remove() method to tokio::io::Interest structure
antkern opened this issue over 1 year ago
antkern opened this issue over 1 year ago
process: Impl `{ChildStd*}::into_owned_{fd, handle}`
NobodyXu opened this pull request over 1 year ago
NobodyXu opened this pull request over 1 year ago
CI failure `tokio::rt_threaded_alt many_multishot_futures`
NobodyXu opened this issue over 1 year ago
NobodyXu opened this issue over 1 year ago
Constify `{Mutex, Notify, OnceCell, RwLock, Semaphore}::new`
NobodyXu opened this pull request over 1 year ago
NobodyXu opened this pull request over 1 year ago
Unexpected Behavior of Notify::notify_waiters() in select! Block
vincent-herlemont opened this issue over 1 year ago
vincent-herlemont opened this issue over 1 year ago
SIGSEGV: invalid memory reference
nv0skar opened this issue over 1 year ago
nv0skar opened this issue over 1 year ago
Sleep is not firing when macOS goes to sleep and then awakens
phillipCouto opened this issue over 1 year ago
phillipCouto opened this issue over 1 year ago
Update CI config
taiki-e opened this pull request over 1 year ago
taiki-e opened this pull request over 1 year ago
CI failure `injection_queue_depth`
NobodyXu opened this issue over 1 year ago
NobodyXu opened this issue over 1 year ago
Fix clippy warnings
NobodyXu opened this pull request over 1 year ago
NobodyXu opened this pull request over 1 year ago
Removed unused `tokio_*` cfgs
NobodyXu opened this pull request over 1 year ago
NobodyXu opened this pull request over 1 year ago
Opt-in limiting the spawn_blocking when on a spawn_blocking task
koivunej opened this issue over 1 year ago
koivunej opened this issue over 1 year ago
CI spuriously failed due to panic in `tokio::rt_threaded_alt many_multishot_futures`
NobodyXu opened this issue over 1 year ago
NobodyXu opened this issue over 1 year ago
Bump tokio MSRV to 1.63
NobodyXu opened this pull request over 1 year ago
NobodyXu opened this pull request over 1 year ago
rt(alt): track which workers are idle.
carllerche opened this pull request over 1 year ago
carllerche opened this pull request over 1 year ago
Make `{Mutex, Notify, OnceCell, RwLock, Semaphore}::const_new` always available
NobodyXu opened this pull request over 1 year ago
NobodyXu opened this pull request over 1 year ago
Internal runtime error, entered unreachable code
Gelbpunkt opened this issue over 1 year ago
Gelbpunkt opened this issue over 1 year ago
Panic with misaligned pointer dereference: address must be a multiple of 0x80 on initialization.
chyyran opened this issue over 1 year ago
chyyran opened this issue over 1 year ago
#[tokio:test] causes weird intellisense on the last line of the test
escritorio-gustavo opened this issue over 1 year ago
escritorio-gustavo opened this issue over 1 year ago
poll: Do not clear readiness on short read/writes.
jasta opened this pull request over 1 year ago
jasta opened this pull request over 1 year ago
Add `mpsc::Sender` strong and weak counts, similar to `Arc` counts
vasilakisfil opened this issue over 1 year ago
vasilakisfil opened this issue over 1 year ago
`tokio::runtime::EnterGuard` is `!Send` from `v1.29.0`
rise0chen opened this issue over 1 year ago
rise0chen opened this issue over 1 year ago
implement extra reset variants for Interval
victor-timofei opened this pull request over 1 year ago
victor-timofei opened this pull request over 1 year ago
deps!: bump `socket2` (to `0.5.3`) and MSRV (to `1.63`)
BastiDood opened this pull request over 1 year ago
BastiDood opened this pull request over 1 year ago
rt: use optional non-zero value for task `owner_id`
hds opened this pull request over 1 year ago
hds opened this pull request over 1 year ago
Make `backtrace` dependency optional
DemiMarie opened this issue over 1 year ago
DemiMarie opened this issue over 1 year ago
Allow scheduling a tokio::time::Interval to tick as soon as possible or after a custom time?
danya02 opened this issue over 1 year ago
danya02 opened this issue over 1 year ago
Fix clippy warning in docs
caenguidanos opened this pull request over 1 year ago
caenguidanos opened this pull request over 1 year ago
Use `Arc::increment_strong_count` instead of `mem::forget`
Darksonn opened this pull request over 1 year ago
Darksonn opened this pull request over 1 year ago
Add ability for `sync::watch::Receiver` to flag current item as unseen
allada opened this issue over 1 year ago
allada opened this issue over 1 year ago
docs: BytesMut::with_capacity does not guarantee exact capacity
mahkoh opened this pull request over 1 year ago
mahkoh opened this pull request over 1 year ago
fs: Add `File::options()` assoc function to mimic std
HyeonuPark opened this pull request over 1 year ago
HyeonuPark opened this pull request over 1 year ago
Add cooperative UCred impl for espidf and other process-less OSes
jasta opened this pull request over 1 year ago
jasta opened this pull request over 1 year ago
Support ESP-IDF framework (esp32 family of hardware devices with std support)
jasta opened this issue over 1 year ago
jasta opened this issue over 1 year ago
Possibly fragile coordination between mio and tokio for Windows event-triggered simulation
jasta opened this issue over 1 year ago
jasta opened this issue over 1 year ago
process: fix raw_arg not showing up in docs
joriskleiber opened this pull request over 1 year ago
joriskleiber opened this pull request over 1 year ago
rt: add runtime Id
hds opened this pull request over 1 year ago
hds opened this pull request over 1 year ago
Use a dynamic buffer in the `AsyncReadExt`'s `read_exact` example
avdb13 opened this pull request over 1 year ago
avdb13 opened this pull request over 1 year ago
Make `Command::raw_arg` show up in docs
Darksonn opened this issue over 1 year ago
Darksonn opened this issue over 1 year ago
Memory leak when futures are canceled
anatols opened this issue over 1 year ago
anatols opened this issue over 1 year ago
Support cfg branches in `tokio::select!`
mcches opened this issue over 1 year ago
mcches opened this issue over 1 year ago
Reduce LLVM code generation
dullbananas opened this pull request over 1 year ago
dullbananas opened this pull request over 1 year ago
runtime: expand on sharing runtime docs
Darksonn opened this pull request over 1 year ago
Darksonn opened this pull request over 1 year ago
`Child.kill` return `Ok` but the process is not killed
duskmoon314 opened this issue over 1 year ago
duskmoon314 opened this issue over 1 year ago
example: use copy_bidirectional in proxy.rs
kiron1 opened this pull request over 1 year ago
kiron1 opened this pull request over 1 year ago
the current scheduling strategy seems to be unable to wake up idleWorker promptly
ghost opened this issue over 1 year ago
ghost opened this issue over 1 year ago
style: use rust instead of c
wathenjiang opened this pull request over 1 year ago
wathenjiang opened this pull request over 1 year ago
failed to lookup address information: Name or service not known
NOBLES5E opened this issue over 1 year ago
NOBLES5E opened this issue over 1 year ago
WIP make loom work in tokio-util
Darksonn opened this pull request over 1 year ago
Darksonn opened this pull request over 1 year ago
util: fix broken intra-doc link
nylonicious opened this pull request over 1 year ago
nylonicious opened this pull request over 1 year ago
ci: reenable semver check
Darksonn opened this pull request over 1 year ago
Darksonn opened this pull request over 1 year ago
Enchancement -- add recv_many for mpsc channels?
aschweig opened this issue over 1 year ago
aschweig opened this issue over 1 year ago
block_in_place with nested block_on allows async drop
nappa85 opened this issue over 1 year ago
nappa85 opened this issue over 1 year ago
Is the granularity of the timer's lock too heavy?
sxstd001 opened this issue over 1 year ago
sxstd001 opened this issue over 1 year ago
sometime steal_work may be miss tasks;
sxstd001 opened this issue over 1 year ago
sxstd001 opened this issue over 1 year ago
chore: merge 1.29.x into master
carllerche opened this pull request over 1 year ago
carllerche opened this pull request over 1 year ago
chore: backport #5837 and prepare v1.29.1 release
carllerche opened this pull request over 1 year ago
carllerche opened this pull request over 1 year ago
rt: fix nesting block_in_place with block_on
carllerche opened this pull request over 1 year ago
carllerche opened this pull request over 1 year ago
ci: disable tuning tests for cross tests
carllerche opened this pull request over 1 year ago
carllerche opened this pull request over 1 year ago
`JoinSet::join_next` can hang if initial poll occurs on an empty list
lucacasonato opened this issue over 1 year ago
lucacasonato opened this issue over 1 year ago
Hello World segfault on arm VM
ZeKap opened this issue over 1 year ago
ZeKap opened this issue over 1 year ago
io: remove slab in favor of Arc and allocations
carllerche opened this pull request over 1 year ago
carllerche opened this pull request over 1 year ago
io: fix safety of `LinkedList` drain_filter API
carllerche opened this pull request over 1 year ago
carllerche opened this pull request over 1 year ago
codec: add borrow framed to allow temporary codec replacement
suikammd opened this pull request over 1 year ago
suikammd opened this pull request over 1 year ago
sync: mpsc performance optimization about cache line
wathenjiang opened this issue over 1 year ago
wathenjiang opened this issue over 1 year ago
sync: mpsc performance optimization avoid false sharing
wathenjiang opened this pull request over 1 year ago
wathenjiang opened this pull request over 1 year ago
rt: reorganize I/O driver source
carllerche opened this pull request over 1 year ago
carllerche opened this pull request over 1 year ago
chore: prepare Tokio v1.29.0 release
carllerche opened this pull request over 1 year ago
carllerche opened this pull request over 1 year ago
Fix documentation link to codec module/crate
marcospb19 opened this issue over 1 year ago
marcospb19 opened this issue over 1 year ago
sync::broadcast: create Sender::new
marcospb19 opened this pull request over 1 year ago
marcospb19 opened this pull request over 1 year ago
rt: initial implementation of new threaded runtime
carllerche opened this pull request over 1 year ago
carllerche opened this pull request over 1 year ago
sync::broadcast: reduce memory usage by calling drop earlier
marcospb19 opened this pull request over 1 year ago
marcospb19 opened this pull request over 1 year ago
sync::broadcast: use usize instead of u64
marcospb19 opened this pull request over 1 year ago
marcospb19 opened this pull request over 1 year ago
docs: `broadcast::Sender::send`: refer to lagging
marcospb19 opened this pull request over 1 year ago
marcospb19 opened this pull request over 1 year ago
Named future return type for `time::advance()` function
d-e-s-o opened this issue over 1 year ago
d-e-s-o opened this issue over 1 year ago
std::error::Error import style fix
wathenjiang opened this pull request over 1 year ago
wathenjiang opened this pull request over 1 year ago
Add guarantee about when a spawned task may be polled
Diggsey opened this pull request over 1 year ago
Diggsey opened this pull request over 1 year ago
style: remove unnecessary mod prefix
wathenjiang opened this pull request over 1 year ago
wathenjiang opened this pull request over 1 year ago
test: fetch actions from mock handle before write
pbrenna opened this pull request over 1 year ago
pbrenna opened this pull request over 1 year ago
tokio_test::io::Mock does not read actions from handle when used as writer
pbrenna opened this issue over 1 year ago
pbrenna opened this issue over 1 year ago
Fix #5808: Handle possible dangling reference safely
matheus-consoli opened this pull request over 1 year ago
matheus-consoli opened this pull request over 1 year ago
Implement `Command::raw_arg` on Windows
m-haug opened this issue over 1 year ago
m-haug opened this issue over 1 year ago
rt: pad the task struct to avoid false sharing
carllerche opened this pull request over 1 year ago
carllerche opened this pull request over 1 year ago
WaitForCancellationFutureOwned should use MaybeUninit
Darksonn opened this issue over 1 year ago
Darksonn opened this issue over 1 year ago
fs: update cfg attr in `fs::read_dir`
icedrocket opened this pull request over 1 year ago
icedrocket opened this pull request over 1 year ago
tokio: improve taskdump documentation
jswrenn opened this pull request over 1 year ago
jswrenn opened this pull request over 1 year ago
fs: always try to get file type in `fs::read_dir`
icedrocket opened this pull request over 1 year ago
icedrocket opened this pull request over 1 year ago
wait for in-flight ops before cloning `File`
djmitche opened this pull request over 1 year ago
djmitche opened this pull request over 1 year ago
`tokio_util::sync::PollSender::send_item` does not actually ever return error in correct usage
nakedible-p opened this issue over 1 year ago
nakedible-p opened this issue over 1 year ago