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
github.com/tokio-rs/tokio - e2853c1b49a8f3ee5923e7414ac4506a3f11a8f9 authored over 1 year ago
This makes initializing `Context` const, which lets us use const
thread-locals. The next step w...
github.com/tokio-rs/turmoil - 78ca18d3c08b8f0be9ce51ac7f686c9961bf74fe authored over 1 year ago
This commit is a step towards the ongoing effort to unify the mutex in
the multi-threaded sched...
Fixes #25
github.com/tokio-rs/async-backtrace - 01ae1f0d342ee17a0aed7833ebb0c47ea5600af0 authored over 1 year ago
PR #5720 introduced runtime self-tuning. It included a test that
attempts to verify self-tuning...
Previously, `Inject` was defined in `runtime::task`. This was because it
used some internal fns...
## Motivation
When I tried to find a parent span as someone not familiar with the code
I tri...
Previously, the deferred task list (list of tasks that yielded and are
waiting to be woken) was...
In order to reduce the number of mutex operations in the multi-threaded
scheduler hot path, we ...
Each multi-threaded runtime worker prioritizes pulling tasks off of its
local queue. Every so o...
github.com/tokio-rs/tokio - 7c12e41d078d08311847f33653a21639e200db61 authored over 1 year ago
github.com/tokio-rs/tokio - 7a99f87df203d589d9a8ad042a64b105a954f9fb authored over 1 year ago
github.com/tokio-rs/mio - c2f79f6969cccb6dc0452a3f360757d9e01290ce authored over 1 year ago
Not just the error! macro.
github.com/tokio-rs/mio - 0b8c9ddbeb2ac2be83b4b2bf7a3add6e5236331f authored over 1 year agogithub.com/tokio-rs/mio - c6fff67980004b5036845f9fd78c0ae9e7778865 authored over 1 year ago
github.com/tokio-rs/mio - 8076d530251f369712427e0a1edd4b44adf4870b authored over 1 year ago
github.com/tokio-rs/tokio - 0b2c9b8baba33221a08e950f28f63aac53f1ee41 authored over 1 year ago
github.com/tokio-rs/mio - e7cddfa53d99fe91101a501e3ebcdfcc4a8e3e6b authored over 1 year ago
Increase max preemption back to 2 while running the tests in under 90 minutes.
github.com/tokio-rs/tokio - 98c8c38e9674cd584495046c793969625276e63d authored over 1 year agogithub.com/tokio-rs/tokio - 080d52902fc0e72af210e753df0b509731fd9b5d authored over 1 year ago
github.com/tokio-rs/tokio - e87ff8a83a2edea1b23cf62269b8b31ef7f1df2d authored over 1 year ago
github.com/tokio-rs/tokio - 1605279abff0e744d3fdf033fd855ce55037bae7 authored over 1 year ago
github.com/tokio-rs/tokio - 25258d572abe2075931762bdb111b195157c1bba authored over 1 year ago
github.com/tokio-rs/tokio - 8ddb58bf6c1f7b2a0febab734903c65c03023af1 authored over 1 year ago
Currently, Mio depends on `log`. In rust-lang/log#552, the `log`
maintainers aim to increase `lo...
Assign it to _ to silence the unused variable warning.
github.com/tokio-rs/mio - 958200c0ddcc57efbf6130d86d5ad54b8fc16ec1 authored over 1 year ago
This cherry-picks:
* chore: remove ntapi dev-dependency
* time: fix repeatedly_reset_entry_ins...
github.com/tokio-rs/tokio - edd172cd3257e36cdfb2925716cdfddb91c4c038 authored over 1 year ago
github.com/tokio-rs/tokio - 9877fa2a97db0a0429f0f13b4cc1dd56e2e5db39 authored over 1 year ago
github.com/tokio-rs/tokio - 0f898a3148c41dffe3f5cd8d5c391ea603d1b22b authored over 1 year ago
github.com/tokio-rs/tokio - d6a9ef533348c787376b1a64f3cf1103d60a3785 authored over 1 year ago
Some of these changes will be progressively reverted as we merge this
into newer branches.
github.com/tokio-rs/mini-redis - bec20d5646898d4a0ad014f9aaa2fcdf77749c37 authored over 1 year ago
This commit eliminates the current_thread::CURRENT and multi_thread::current
thread-local varia...
This commit updates `tokio::spawn` to avoid having to clone
`runtime::Handle`.
github.com/tokio-rs/tokio - 5e6d4c7999805a74d3dde95cd39ffdbb20bc2636 authored over 1 year ago
github.com/tokio-rs/tracing-opentelemetry - 5ce1b108931a6ad02f78e98bd34f383d1c42d751 authored over 1 year ago
github.com/tokio-rs/axum - eafee2d2f40df82c5ac9016bf27d0d9ffe8bfe7b authored over 1 year ago
github.com/tokio-rs/turmoil - a2bb6421f834b94c0a7bd1e93f1947d1080c9711 authored over 1 year ago
This change adds UDP and TCP support for loopback. Packets sent over loopback
do not flow throu...
As an optimization to improve locality, the multi-threaded scheduler
maintains a single slot (L...
### Breaking Changes
- Upgrade to `v0.19.0` of `opentelemetry` (#12)
For list of breaking ch...
github.com/tokio-rs/tracing-opentelemetry - 128e2f8af56968694881ca656d3814663bce7e65 authored over 1 year ago
Signed-off-by: Jayson Reis <[email protected]>
Co-authored-by: Julian Tescher <julian@tes...
Backport other release changes from
https://github.com/tokio-rs/tracing/pull/2312
In the multi-threaded scheduler, when there are no tasks on the local
queue, a worker will atte...
github.com/tokio-rs/tls - 3fcf85892b82670438f8f3a0efd9643f46a79353 authored over 1 year ago
github.com/tokio-rs/website - 08b6b98d7529faae3f476f58668022f6341dd169 authored over 1 year ago
## Motivation
I noticed that this repo got the cut-off before opentelemetry 0.18 was
committed...
Because opentelemetry tracer was moved to own repository, homepage and
repository parameters of...
Changes the URL for the repository in Cargo.toml
## Motivation
Clicking "repository" in cr...
github.com/tokio-rs/tracing-opentelemetry - b6154a85aea3ffff0cd4bd08849a0a8db0f9032c authored over 1 year ago
Previously, the current_thread scheduler used its own injection queue
instead of sharing the sa...
github.com/tokio-rs/tokio - ddd7250e620c611f5a67fc94aba906e5b3b5fb25 authored over 1 year ago
It was most likely included by accident.
github.com/tokio-rs/tokio - f64a1a3dbde9af86dfdf1e9b919a43111f2d1c23 authored over 1 year ago
There was a bug where binding an already bound port would wipe the existing
before returning an...
There should be no functional changes.
github.com/tokio-rs/tokio - c88f9bc9300fc12a04a13ac3dde7251b8d960404 authored over 1 year agogithub.com/tokio-rs/turmoil - 1971d604ba05ea6487ff26508c463e7b1a217f88 authored over 1 year ago
github.com/tokio-rs/tokio - 29a6f468a683ec5f955a794291768f04ef999699 authored over 1 year ago
github.com/tokio-rs/axum - 59d6a7b31a9653ba719c93846cae3a01b76c1adb authored over 1 year ago
These counters are enabled using the `tokio_internal_mt_counters` and
are intended to help with...
github.com/tokio-rs/axum - 7208cdf795368e393ac9f048c0946b93139203f0 authored over 1 year ago
github.com/tokio-rs/mini-redis - 455603c1a288b84489360109a9409f7c38475e0c authored over 1 year ago
Applying a "hold all" panics as the resolution does not take into
account matching `IpAddr`s fo...
github.com/tokio-rs/mini-redis - fe55e5f5ebd7f87c34edb25086e98a239ea63515 authored over 1 year ago
github.com/tokio-rs/mini-redis - df98a941acf5d8372fe8cb3aa716e8ccb76892dd authored over 1 year ago
Adds support for instrumenting the poll times of all spawned tasks. Data is tracked in a histogr...
github.com/tokio-rs/tokio - c84d0a14b189c45da8f5e963fd3a83790ec92f8e authored over 1 year agogithub.com/tokio-rs/tokio - a883fd437821fb3019ea2f100d1feade607f4cb4 authored over 1 year ago
Disables a recently added miri test when running loom tests.
github.com/tokio-rs/tokio - 1014262d34021f219f1fba88b78899ee29b9c943 authored over 1 year agogithub.com/tokio-rs/tokio - f6313f4382145a365dfd94a352a53f805a2f14ef authored over 1 year ago
github.com/tokio-rs/tokio - 70364b707975b84daf223915d60a1610de2539a2 authored over 1 year ago
github.com/tokio-rs/tokio - dd9471d13a88733097c4643c2ea3a17fb8c238ae authored over 1 year ago
github.com/tokio-rs/turmoil - a71fb12e432f287c62dbe93caa9bbf3402639166 authored over 1 year ago
github.com/tokio-rs/mini-redis - e1840ec9ef1abbbd9958805bca8250120988a9fa authored over 1 year ago
github.com/tokio-rs/tokio - 4e2ef63c4ed5aea3805c71da863ea0f492896a41 authored over 1 year ago
## Motivation
This was inconsistent with other features, which mention their
requirements, a...
We should make it explicit that tracing uses the security policy of Tokio.
github.com/tokio-rs/tracing - bfc44ba2fd170f10e17f6f242b979517edb89b5f authored over 1 year agogithub.com/tokio-rs/tokio - dec390df1e816171e9dc892d78a2634f9afe2d8a authored over 1 year ago
github.com/tokio-rs/tokio - 89b73f39bfcd1d1e1206b27a3f9c50f14cc670c5 authored over 1 year ago
github.com/tokio-rs/tokio - a26fc9c9f956a66d086b8e43dbf9b2a8fe9b14de authored over 1 year ago
github.com/tokio-rs/tokio - 7fe88ce4addfe89a3cb9c1e620a5dacb673900c8 authored over 1 year ago
github.com/tokio-rs/tokio - f2d033e4541d3e814e19b19ddd8a07ff1302ddbb authored over 1 year ago
github.com/tokio-rs/tokio - c999699f5ed12d1d1a10f0388cdd0ac745570131 authored over 1 year ago
github.com/tokio-rs/tokio - 7430865d655d31836ce62e65d8f03bcb9a85b12e authored over 1 year ago
github.com/tokio-rs/tokio - 56239a9035a5f2f868b4a63a968ecf1a38cb61a2 authored over 1 year ago
github.com/tokio-rs/tokio - 1b4106a1ce7e3c1e2f93c9cc963461f002ef0435 authored over 1 year ago
github.com/tokio-rs/axum - b0eb7a24bc62c76d59d2a98117c27a4bdb11a34a authored over 1 year ago
github.com/tokio-rs/tokio - 3abe877bf7de2bb6932dca18aafd82b8ce6658cc authored almost 2 years ago
github.com/tokio-rs/tokio - 61b68a8abc7e6824f31eaa51e4b41e00a5471d20 authored almost 2 years ago
Updating document tone for a better understanding.
Since an info column is separating in betwee...
The Line 1 and Line 2 conveys the same idea of using full feature flag for this tutorial.
Line ...
github.com/tokio-rs/mio - 0757ec88387035eaa1bc723993fc3405f218fb7b authored almost 2 years ago
github.com/tokio-rs/axum - b663072504c7846556adcc0dea304c59f70c986a authored almost 2 years ago
github.com/tokio-rs/axum - ce7739e76dd10b45492b6f1a73a41c9b7e59009f authored almost 2 years ago
github.com/tokio-rs/tokio - 52bc6b6f2d773def6bfaabf6925fef4e789782b7 authored almost 2 years ago
github.com/tokio-rs/tokio - f478ff4a249b14db2d2cb99900e7894717eaf188 authored almost 2 years ago
Task dumps are snapshots of runtime state. Taskdumps are collected by
instrumenting Tokio's lea...
github.com/tokio-rs/tokio - 1d785fd66fce4a9125c6f0c403dfe1921d011539 authored almost 2 years ago
github.com/tokio-rs/mini-redis - 7e2bbe32fdf91a883d88ba7f9280f9d29f86414f authored almost 2 years ago
github.com/tokio-rs/tokio - 6a8f6f5a90a15dd840c009075009ecffb98e52f8 authored almost 2 years ago