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
Add a check-redox job in GH Action ci.yml workflow
andrewdavidmackenzie opened this pull request over 1 year ago
andrewdavidmackenzie opened this pull request over 1 year ago
`TryInto<OwnedHandle>` for Windows named pipes
kotauskas opened this issue over 1 year ago
kotauskas opened this issue over 1 year ago
tcp_into_std test should retry if AddrInUse
ivanloz opened this issue over 1 year ago
ivanloz opened this issue over 1 year ago
Add spawn blocking methods to joinmap
tthebst opened this pull request over 1 year ago
tthebst opened this pull request over 1 year ago
Allow specifying custom interest for TcpStream
leftmostcat opened this pull request over 1 year ago
leftmostcat opened this pull request over 1 year ago
Something's wrong with tokio runtime or tokio::net::UdpSocket, independent socket performace depends on each other, more sockets makes each FASTER
Originalimoc opened this issue over 1 year ago
Originalimoc opened this issue over 1 year ago
rt: improve docs for Builder::max_blocking_threads
nylonicious opened this pull request over 1 year ago
nylonicious opened this pull request over 1 year ago
Enrich the structure of traces emitted by Tokio
hds opened this issue over 1 year ago
hds opened this issue over 1 year ago
Hmm, is nextest not handling custom targets correctly? In addition to the following warning, all dependencies are recompiled when doctest is built.
NobodyXu opened this issue over 1 year ago
NobodyXu opened this issue over 1 year ago
Add redox-os to conditional compilation #[cfg] for ucred usage alongside other linux-like OS
andrewdavidmackenzie opened this pull request over 1 year ago
andrewdavidmackenzie opened this pull request over 1 year ago
chore: fix typo
icedrocket opened this pull request over 1 year ago
icedrocket opened this pull request over 1 year ago
chore: upgrade remaining 2018 edition crates to 2021 edition
taiki-e opened this pull request over 1 year ago
taiki-e opened this pull request over 1 year ago
chore: enable cargo v2 resolver to prevent dev-deps from enabling log feature of mio
taiki-e opened this pull request over 1 year ago
taiki-e opened this pull request over 1 year ago
ci: update cargo-check-external-types to 0.1.7
taiki-e opened this pull request over 1 year ago
taiki-e opened this pull request over 1 year ago
Implement `Async{Read,Write}` for `AsyncFd`
oxalica opened this issue over 1 year ago
oxalica opened this issue over 1 year ago
Interest::PRIORITY never ready on TcpStream
leftmostcat opened this issue over 1 year ago
leftmostcat opened this issue over 1 year ago
Fix futures_io::AsyncSeek implementaion for Compat
dhruv9vats opened this pull request over 1 year ago
dhruv9vats opened this pull request over 1 year ago
Panic at linked_list.rs
simon-fu opened this issue over 1 year ago
simon-fu opened this issue over 1 year ago
io: add `Ready::ERROR` and report error readiness
folkertdev opened this pull request over 1 year ago
folkertdev opened this pull request over 1 year ago
tokio::time::sleep in tokio::select! wrong behaviour
getong opened this issue over 1 year ago
getong opened this issue over 1 year ago
Improve task dump documentation
jswrenn opened this pull request over 1 year ago
jswrenn opened this pull request over 1 year ago
max_blocking_threads documentation should perhaps indicate that Tokio internally uses those too
krallin opened this issue over 1 year ago
krallin opened this issue over 1 year ago
Tokio: thread '<unamed>' panicked when SIGINT
lauti7 opened this issue over 1 year ago
lauti7 opened this issue over 1 year ago
configable budget for runtime
gftea opened this pull request over 1 year ago
gftea opened this pull request over 1 year ago
ci: temporarily disable semver check
Darksonn opened this pull request over 1 year ago
Darksonn opened this pull request over 1 year ago
rt: reduce code defined in macros
carllerche opened this pull request over 1 year ago
carllerche opened this pull request over 1 year ago
rt: panic if `EnterGuard` dropped incorrect order
carllerche opened this pull request over 1 year ago
carllerche opened this pull request over 1 year ago
Ability to run one event loop per worker thread
trungda opened this issue over 1 year ago
trungda opened this issue over 1 year ago
ci: disable tuning test when runing ASAN
carllerche opened this pull request over 1 year ago
carllerche opened this pull request over 1 year ago
Make `JoinSet::poll_join_next` a public API
bartlomieju opened this issue over 1 year ago
bartlomieju opened this issue over 1 year ago
rt: split `runtime::context` into multiple files
carllerche opened this pull request over 1 year ago
carllerche opened this pull request over 1 year ago
ci: add more debug info with tuning test
carllerche opened this pull request over 1 year ago
carllerche opened this pull request over 1 year ago
rt: `EnterGuard` should not be `Send`
carllerche opened this pull request over 1 year ago
carllerche opened this pull request over 1 year ago
runtime: `Scoped` should not be `Sync`
Darksonn opened this pull request over 1 year ago
Darksonn opened this pull request over 1 year ago
Seek stream_position error when using Compat with File
tmpfs opened this issue over 1 year ago
tmpfs opened this issue over 1 year ago
Revert "macros: fix diagnostics of last statement"
icedrocket opened this pull request over 1 year ago
icedrocket opened this pull request over 1 year ago
macros: fix diagnostics of last statement
icedrocket opened this pull request over 1 year ago
icedrocket opened this pull request over 1 year ago
Remove dead platform.rs file
udoprog opened this pull request over 1 year ago
udoprog opened this pull request over 1 year ago
refactor: Replace OnceCell with std lib impl
howjmay opened this pull request over 1 year ago
howjmay opened this pull request over 1 year ago
Clone may "miss" ongoing operations
djmitche opened this issue over 1 year ago
djmitche opened this issue over 1 year ago
task: use pin-project for `TaskLocalFuture`
BugenZhao opened this pull request over 1 year ago
BugenZhao opened this pull request over 1 year ago
rt: make `CONTEXT` const TLS
carllerche opened this pull request over 1 year ago
carllerche opened this pull request over 1 year ago
rt: interleaving multiple calls to `Handle::enter()` does not work
carllerche opened this issue over 1 year ago
carllerche opened this issue over 1 year ago
tokio-util: exposes tasks in tokio-util's cargo
githubsands opened this pull request over 1 year ago
githubsands opened this pull request over 1 year ago
rt(threaded): move inject queue lock to worker
carllerche opened this pull request over 1 year ago
carllerche opened this pull request over 1 year ago
rt(threaded): adjust transition_from_parked behavior after introducing disable_lifo_slot feature
hidva opened this pull request over 1 year ago
hidva opened this pull request over 1 year ago
ci: fix spurious CI failure
carllerche opened this pull request over 1 year ago
carllerche opened this pull request over 1 year ago
Adjust Core::transition_from_parked behavior after introducing disable_lifo_slot feature
hidva opened this issue over 1 year ago
hidva opened this issue over 1 year ago
Can we add `shutdown()` to `JoinHandle`?
ileixe opened this issue over 1 year ago
ileixe opened this issue over 1 year ago
rt: move Inject to `runtime::scheduler`
carllerche opened this pull request over 1 year ago
carllerche opened this pull request over 1 year ago
rt: start work to unify MT scheduler mutexes
carllerche opened this pull request over 1 year ago
carllerche opened this pull request over 1 year ago
StreamReader should implement AsyncWrite and SinkWriter should implement AsyncRead
nemosupremo opened this issue over 1 year ago
nemosupremo opened this issue over 1 year ago
Add `TaskLocalFuture::into_value`
TennyZhuang opened this issue over 1 year ago
TennyZhuang opened this issue over 1 year ago
rt: experiment with alt file structure
carllerche opened this pull request over 1 year ago
carllerche opened this pull request over 1 year ago
rt: move deferred task list to scheduler
carllerche opened this pull request over 1 year ago
carllerche opened this pull request over 1 year ago
unclear how to ensure a TLS key is set in all runtime threads
rbtcollins opened this issue over 1 year ago
rbtcollins opened this issue over 1 year ago
tokio-util: add AsyncRead/AsyncWrite passthrough for inspect
cconstantine opened this pull request over 1 year ago
cconstantine opened this pull request over 1 year ago
Merge 1.28.2 into master
Darksonn opened this pull request over 1 year ago
Darksonn opened this pull request over 1 year ago
Prepare Tokio v1.28.2
Darksonn opened this pull request over 1 year ago
Darksonn opened this pull request over 1 year ago
Merge 1.25.1 into 1.28.x
Darksonn opened this pull request over 1 year ago
Darksonn opened this pull request over 1 year ago
Prepare Tokio v1.25.1
Darksonn opened this pull request over 1 year ago
Darksonn opened this pull request over 1 year ago
Merge 1.20.5 into 1.25.x
Darksonn opened this pull request over 1 year ago
Darksonn opened this pull request over 1 year ago
ci: use a fixed stable on 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.5
Darksonn opened this pull request over 1 year ago
Darksonn opened this pull request over 1 year ago
Merge 1.18.6 into 1.20.x
Darksonn opened this pull request over 1 year ago
Darksonn opened this pull request over 1 year ago
Prepare Tokio v1.18.6
Darksonn opened this pull request over 1 year ago
Darksonn opened this pull request over 1 year ago
tokio: disable default features for mio
Darksonn opened this pull request over 1 year ago
Darksonn opened this pull request over 1 year ago
rt: move scheduler ctxs to runtime::context
carllerche opened this pull request over 1 year ago
carllerche opened this pull request over 1 year ago
Typo fix
nanoqsh opened this pull request over 1 year ago
nanoqsh opened this pull request over 1 year ago
Added partial reexport of bytes crate
RaccoonSupremacy opened this pull request over 1 year ago
RaccoonSupremacy opened this pull request over 1 year ago
rt: avoid cloning `runtime::Handle` in `spawn`
carllerche opened this pull request over 1 year ago
carllerche opened this pull request over 1 year ago
ci: speed up multi-threaded runtime loom tests.
carllerche opened this pull request over 1 year ago
carllerche opened this pull request over 1 year ago
Reexported bytes::BytesMut
RaccoonSupremacy opened this pull request over 1 year ago
RaccoonSupremacy opened this pull request over 1 year ago
Make JoinSet::poll_join_next public
nvartolomei opened this pull request over 1 year ago
nvartolomei opened this pull request over 1 year ago
rt(threaded): basic self-tuning of injection queue
carllerche opened this pull request over 1 year ago
carllerche opened this pull request over 1 year ago
Consider reexporting `bytes`-dependencies required for implementing util's traits
pflakus opened this issue over 1 year ago
pflakus opened this issue over 1 year ago
taskdump: implement task dumps for multi-thread runtime
jswrenn opened this pull request over 1 year ago
jswrenn opened this pull request over 1 year ago
Wait for messages in the error queue
folkertdev opened this issue over 1 year ago
folkertdev opened this issue over 1 year ago
rt(threaded): basic self-tuning of injection queue
carllerche opened this pull request over 1 year ago
carllerche opened this pull request over 1 year ago
rt: consider having `runtime::Builder` panic if setting `global_queue_interval` to zero
carllerche opened this issue over 1 year ago
carllerche opened this issue over 1 year ago
rt(threaded): cap LIFO slot polls
carllerche opened this pull request over 1 year ago
carllerche opened this pull request over 1 year ago
Saner default for runtime flavor
omarandlorraine opened this issue over 1 year ago
omarandlorraine opened this issue over 1 year ago
time: Do not overflow to signal value
Erk- opened this pull request over 1 year ago
Erk- opened this pull request over 1 year ago
ci: speed up loom tests
carllerche opened this issue over 1 year ago
carllerche opened this issue over 1 year ago
taskdump: instrument the remaining leaf futures
Darksonn opened this pull request over 1 year ago
Darksonn opened this pull request over 1 year ago
chore: rm .cargo/config and include in .gitignore
carllerche opened this pull request over 1 year ago
carllerche opened this pull request over 1 year ago
ci: update nightly version
carllerche opened this pull request over 1 year ago
carllerche opened this pull request over 1 year ago
rt: batch pop from injection queue when idle
carllerche opened this pull request over 1 year ago
carllerche opened this pull request over 1 year ago
process: add `raw_arg` method to `Command`
joriskleiber opened this pull request over 1 year ago
joriskleiber opened this pull request over 1 year ago
tokio::net::UdpSocket start failed
zkcrescent opened this issue over 1 year ago
zkcrescent opened this issue over 1 year ago
rt: use task::Inject with current_thread scheduler
carllerche opened this pull request over 1 year ago
carllerche opened this pull request over 1 year ago
rt: small current_thread scheduler cleanup
carllerche opened this pull request over 1 year ago
carllerche opened this pull request over 1 year ago
rt: add internal counters to threaded runtime.
carllerche opened this pull request over 1 year ago
carllerche opened this pull request over 1 year ago
no method named `reregister` found for struct `IoSource<std::net::UdpSocket>` in the current scope error
asanobm opened this issue over 1 year ago
asanobm opened this issue over 1 year ago
Add readable/writeable/ready methods to tokio::io::File
cmleinz opened this issue over 1 year ago
cmleinz opened this issue over 1 year ago
rt: multi-threaded runtime experiments
carllerche opened this pull request over 1 year ago
carllerche opened this pull request over 1 year ago
builder api for budget configuration for runtime and task
gftea opened this issue over 1 year ago
gftea opened this issue over 1 year ago
ci: skip miri tests when running loom
carllerche opened this pull request over 1 year ago
carllerche opened this pull request over 1 year ago
Link to latest version of tokio-util docs
a-robinson opened this pull request over 1 year ago
a-robinson opened this pull request over 1 year ago
Fix stacked borrows issue in `JoinSet`
Darksonn opened this pull request over 1 year ago
Darksonn opened this pull request over 1 year ago