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

Update pin-project-lite to 0.2 (#38)

898fc0bbd7172f83919d5964275f8f9f1f93ddbe authored about 4 years ago by Taiki Endo <[email protected]>
Fix warnings and deny warnings on CI (#37)

Co-authored-by: Alice Ryhl <[email protected]>

5b91d17955eb28db76f8a39e6df9bea0f8e4d15d authored about 4 years ago by Taiki Endo <[email protected]>
Add cargo fmt to github actions config (#36)

71dcd9e61607fecf157865f2661bb6aa42a2259a authored about 4 years ago by Atul Bhosale <[email protected]>
Run ci on pull_request (#34)

`push` runs ci only on commit pushed to this repo's branch, not on PR
from the fork. e.g., #32 ...

665ce5ee61187f84b433f09c4aff6a74a421b7e9 authored over 4 years ago by Taiki Endo <[email protected]>
Fix documentation links (#32)

43ca945a0759d8b2474318b5d54750fbfd2ef9e9 authored over 4 years ago by Taiki Endo <[email protected]>
prepare to release 0.1.6 (#33)

b63b787aef386d1dabdf4364d5b8fa8dd6fce101 authored over 4 years ago by Alice Ryhl <[email protected]>
Use doc(no_inline) on unnamed prelude exports (#31)

6ebde298f8c28e4e41e80af2ddcd9b0ca02efed5 authored over 4 years ago by Taiki Endo <[email protected]>
Add LICENSE file (#30)

Adds an MIT license file, which is what's described as being the license
in the README, but isn...

180076a0d31f12c19c4a7e0f449487a22a7fea02 authored over 4 years ago by Hamilton Chapman <[email protected]>
Prepare `0.1.5` release (#29)

Signed-off-by: Lucio Franco <[email protected]>

1969163855073d4b14eb31d16576824b9ac1f01b authored almost 5 years ago by Lucio Franco <[email protected]>
Fix possible fd leak with threaded runtime (#28)

This PR introduces a fix where creating many runtimes in a loop will
cause an fd leak. This is ...

f2dad5709e2134419617b2dbba4355de0e8045d6 authored almost 5 years ago by Lucio Franco <[email protected]>
Add `Runtime::enter` (#25)

* Add `Runtime::enter`

Add a `Runtime::enter` function that allows the caller to enter the
r...

1d7f57a89d3c1e3fce258b7e3d089fc046091e68 authored almost 5 years ago by Bryan Burgers <[email protected]>
prepare to release 0.1.4 (#22)

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]>
threadpool: fix warnings (#21)

Signed-off-by: Eliza Weisman <[email protected]>

bcb65dd3279e9a68e9f8f9e03bdfd5968757c872 authored almost 5 years ago by Eliza Weisman <[email protected]>
prepare to release version 0.1.3 (#20)

Fixed:

- Removed unnecessary `'static` bounds on the `current_thread` runtime's
`block_on`...

ac0250b283c2f4bfdae623757ef3d2a4f940aa9f authored almost 5 years ago by Eliza Weisman <[email protected]>
runtime: make TaskExecutors implement futures::future::Executor (#18)

The Tokio 0.1 TaskExecutors implemented this trait, so the compat
runtime's types should as wel...

a35b3a54e88726bb4f32736a794e52a385143404 authored almost 5 years ago by Eliza Weisman <[email protected]>
runtime: remove needless 'static bounds (#17)

* 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]>
prepare to release v0.1.2 (#15)

# 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]>
Use stable futures crates instead of preview (#14)

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]>
prepare to release 0.1.1 (#13)

Signed-off-by: Eliza Weisman <[email protected]>

b00cd6c91ada2060139a8eb8ae7efef593c794ec authored about 5 years ago by Eliza Weisman <[email protected]>
runtime: fix `shutdown_on_idle` completing early (#12)

Depends on #11

## Motivation

Currently, `Runtime::shutdown_on_idle` and
`current_thread::...

de90de9e3d5f15c4f188ee9f892b5f227ab879f1 authored about 5 years ago by Eliza Weisman <[email protected]>
runtime: fix hang when calling `block_on` multiple times (#11)

Currently, if `Runtime::block_on` or `block_on_std` is called multiple
times on the same runtim...

249ef21ee688499b919bc349f4c5c372b673618f authored about 5 years ago by Eliza Weisman <[email protected]>
make shutdown futures more like 0.1 (#9)

This changes the `Shutdown` future returned by `Runtime::shutdown` and
`Runtime::shutdown_on_id...

8205c381580362efc898a9c17e38d92f85b90f46 authored about 5 years ago by Eliza Weisman <[email protected]>
pre-release polish (#8)

This branch prepares to publish an initial release by adding
`doc_cfg` to the docs, and makes ...

5e001cf34aae1103c60aeb272d6458f3a3bfa408 authored about 5 years ago by Eliza Weisman <[email protected]>
update to tokio 0.2 release version (#6)

## Motivation

Currently, `tokio-compat` depends on `tokio` 0.2.0-alpha.6, rather than
the re...

1f64002e4eb155ddc36111e3722016d3d82989a1 authored about 5 years ago by Eliza Weisman <[email protected]>
add a quick CI config (#7)

* 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 (#5)

Update repository URL

ff46fa4a4d24e8fcf8874b12a017ece348302c47 authored about 5 years ago by Lucio Franco <[email protected]>
Update repository URL

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]>
fix new workers hanging forever (#1)

## Motivation

Currently, an `Arc<RwLock>` is used to store the compat runtime's sender
so th...

97bc231579facfcdfe243aa19a86e7dc43ddc01e authored about 5 years ago by Eliza Weisman <[email protected]>
Initial import

Originally from tokio-rs/tokio#1663

f64aee564982ad4cbb8af1f1ab5b9172e6cd91df authored about 5 years ago by Carl Lerche <[email protected]>