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

Set the CURRENT_LOOP for processing messages

This ensures that timeouts and callbacks are run with the TLS var set

42a0a10294a7848b5c451aaa02fad1bcefd806b5 authored over 8 years ago by Alex Crichton <[email protected]>
Start brushing up io/mio docs

304914b707cbf85f3b5e28645b0caa65e0de46b0 authored over 8 years ago by Alex Crichton <[email protected]>
Don't export the `timer_wheel` module

Move tests into that module

8eb1f681af36a5f2d668afc262ea53e6b74e4a84 authored over 8 years ago by Alex Crichton <[email protected]>
Fix RefCell borrow_mut error on firing timeouts

The scope was a little longer than intended!

368a9c70e8fde9daffa8b16fb9372d1a90724c78 authored over 8 years ago by Alex Crichton <[email protected]>
Fix compile of minihttp on stable

5d0fdf26a93df9b2d11a7696f0d0d989bf0e38ed authored over 8 years ago by Alex Crichton <[email protected]>
Implementing LoopData

This type acts for a handle to storage of non-`Send` data. The handle itself is
sendable across ...

e7f4313cf40f52907806bfab2ca35b8c30d6095f authored over 8 years ago by Alex Crichton <[email protected]>
Add AsRawFd where possible

04bd33e3901b5bf994b043f194aacdb8433345bb authored over 8 years ago by Alex Crichton <[email protected]>
Fix timer wheel tests

5f9185ef4c5d17b8431a367d2ea8325307f44904 authored over 8 years ago by Alex Crichton <[email protected]>
Add a timer wheel

5c9daad88bc02c46d38474e17b560d345c932a2c authored over 8 years ago by Alex Crichton <[email protected]>
Add a simple UDP test

1d7098eecefd23f542420b96516b835edc75891b authored over 8 years ago by Alex Crichton <[email protected]>
Add a few more TCP methods

c458e2394048b2571c7feefe544fff6f49189ec7 authored over 8 years ago by Alex Crichton <[email protected]>
Add UDP sockets

260255e6749008cca1d92744a2b4fd7d22ab62c3 authored over 8 years ago by Alex Crichton <[email protected]>
Actually do what EventLoop::deschedule says

1b07e918348701f012d22549e1dae4f5a61d2531 authored over 8 years ago by Alex Crichton <[email protected]>
Remove DropSource from mio

I'm... not sure if it does anything any more as a `ReadinessStream` isn't
clone-able nor is it s...

79760da66cf7972876d28972f75af100b043e85c authored over 8 years ago by Alex Crichton <[email protected]>
Finish docs on futures-mio

Also remove mio BufReader/BufWriter for now, they should come back shortly
though

5970203b211a48b0a4b1ed4fbdac0f586bb2d281 authored over 8 years ago by Alex Crichton <[email protected]>
Add docs to futures-io crate

7ffe72dc734aba865455597d7cbfc1deccc9222f authored over 8 years ago by Alex Crichton <[email protected]>
Remove README descriptions where not present

b47b9f5398343dc624ae332c686877359399bc09 authored over 8 years ago by Alex Crichton <[email protected]>
Add some descriptions

192579d62a8e8fdbc1b28d4be3f773cd306c0df0 authored over 8 years ago by Alex Crichton <[email protected]>
Let's rename everything!

bc64194be17bc9711b4a56364e677d823c7cc3d1 authored over 8 years ago by Alex Crichton <[email protected]>