Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/tokio-rs/tokio-compat
Streamline updating a Tokio 0.1 application to Tokio 0.2.
https://github.com/tokio-rs/tokio-compat
898fc0bbd7172f83919d5964275f8f9f1f93ddbe authored about 4 years ago by Taiki Endo <[email protected]>
Co-authored-by: Alice Ryhl <[email protected]>
5b91d17955eb28db76f8a39e6df9bea0f8e4d15d authored about 4 years ago by Taiki Endo <[email protected]>71dcd9e61607fecf157865f2661bb6aa42a2259a authored about 4 years ago by Atul Bhosale <[email protected]>
`push` runs ci only on commit pushed to this repo's branch, not on PR
from the fork. e.g., #32 ...
43ca945a0759d8b2474318b5d54750fbfd2ef9e9 authored over 4 years ago by Taiki Endo <[email protected]>
b63b787aef386d1dabdf4364d5b8fa8dd6fce101 authored over 4 years ago by Alice Ryhl <[email protected]>
6ebde298f8c28e4e41e80af2ddcd9b0ca02efed5 authored over 4 years ago by Taiki Endo <[email protected]>
Adds an MIT license file, which is what's described as being the license
in the README, but isn...
Signed-off-by: Lucio Franco <[email protected]>
1969163855073d4b14eb31d16576824b9ac1f01b authored almost 5 years ago by Lucio Franco <[email protected]>
This PR introduces a fix where creating many runtimes in a loop will
cause an fd leak. This is ...
* Add `Runtime::enter`
Add a `Runtime::enter` function that allows the caller to enter the
r...
Fixed:
- Compiler warnings in the threadpool runtime (#21)
Signed-off-by: Eliza Weisman <e...
f76cee78ddae64951535852dfb4f2acbb8243c36 authored almost 5 years ago by Eliza Weisman <[email protected]>Signed-off-by: Eliza Weisman <[email protected]>
bcb65dd3279e9a68e9f8f9e03bdfd5968757c872 authored almost 5 years ago by Eliza Weisman <[email protected]>Fixed:
- Removed unnecessary `'static` bounds on the `current_thread` runtime's
`block_on`...
The Tokio 0.1 TaskExecutors implemented this trait, so the compat
runtime's types should as wel...
* current_thread: block_on futures needn't be static
The current_thread runtime's `block_on` ...
1f2137bb31914622eb6db1c93f92d8f10c3312db authored almost 5 years ago by Eliza Weisman <[email protected]># 0.1.2 (December 18, 2019)
### Fixed
- Dependencies on `futures-core-preview` and `future...
f3c0e1707b27b138b65155eea845466eac48767c authored almost 5 years ago by Eliza Weisman <[email protected]>This might warrant another release so the crate can be used with stable futures.
6ba226ea8189e47e51c8d591f46a7194e707c027 authored about 5 years ago by John-John Tedro <[email protected]>Signed-off-by: Eliza Weisman <[email protected]>
b00cd6c91ada2060139a8eb8ae7efef593c794ec authored about 5 years ago by Eliza Weisman <[email protected]>Depends on #11
## Motivation
Currently, `Runtime::shutdown_on_idle` and
`current_thread::...
Currently, if `Runtime::block_on` or `block_on_std` is called multiple
times on the same runtim...
This changes the `Shutdown` future returned by `Runtime::shutdown` and
`Runtime::shutdown_on_id...
This branch prepares to publish an initial release by adding
`doc_cfg` to the docs, and makes ...
## Motivation
Currently, `tokio-compat` depends on `tokio` 0.2.0-alpha.6, rather than
the re...
* add a quick CI config
Signed-off-by: Eliza Weisman <[email protected]>
5deb40326fb645531116ee8e5df74026df55fb28 authored about 5 years ago by Eliza Weisman <[email protected]>Update repository URL
ff46fa4a4d24e8fcf8874b12a017ece348302c47 authored about 5 years ago by Lucio Franco <[email protected]>The URL in looks like it needs updating now that the repo has moved!
27f937ad1fbba58f000bc71b3597552c231d7784 authored about 5 years ago by Thomas Orozco <[email protected]>## Motivation
Currently, an `Arc<RwLock>` is used to store the compat runtime's sender
so th...
Originally from tokio-rs/tokio#1663
f64aee564982ad4cbb8af1f1ab5b9172e6cd91df authored about 5 years ago by Carl Lerche <[email protected]>