Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/tokio-rs/tokio-core

I/O primitives and event loop for async I/O in Rust
https://github.com/tokio-rs/tokio-core

Listening vs Listenering

Not trying to be pedantic, just noticed this.

0aa7ab94ffd02f3fd9fed4f0ff91064993ec837f authored over 8 years ago by Yale Cason III <[email protected]>
Fix compile on windows

f08e8ec6727acf5d0f1f43959edfdf3a09861596 authored over 8 years ago by Alex Crichton <[email protected]>
Remove extraneous allocation on ReadinessStream::new

18c371b158a62aaeacfc7cc59a024d3d0ae2c6fe authored over 8 years ago by Alex Crichton <[email protected]>
Add libcurl bindings

517d5c7434a2804d46582a427d4d7fc1ca732b35 authored over 8 years ago by Alex Crichton <[email protected]>
Fix a few more timer wheel bugs

7c4bac5166c22eb46fcc01ad5b643ac0868a14d4 authored over 8 years ago by Alex Crichton <[email protected]>
Fix link in mio README

681316dfa1cbcc8240b1977630f9121cb55cb57f authored over 8 years ago by Alex Crichton <[email protected]>
Add lots of README files

00daa2ca23ed2187a98027add92b8faa8ce5c184 authored over 8 years ago by Alex Crichton <[email protected]>
Use the dev branch of mio

68103727f1ed2d4a1c74d2881ee18d5600b3ca90 authored over 8 years ago by Alex Crichton <[email protected]>
Remove the executable bit on a file

bfe91f9f36637de08d322eac32e34784297d7dec authored over 8 years ago by Alex Crichton <[email protected]>
write-then-drop is now upstream

8d73133907c4b7677746714769d73243abff9b19 authored over 8 years ago by Alex Crichton <[email protected]>
More info and more READMEs

4380e425877c6358b36066357d8bf045dfd50058 authored over 8 years ago by Alex Crichton <[email protected]>
Add a method to add data to an event loop directly

Avoids Send entirely

164193fe823c92346261918261a46f3528415fb7 authored over 8 years ago by Alex Crichton <[email protected]>
Fix up a few edge cases on the timer wheel

8daac0347d0ee15696a5a4099a13459a03c153be authored over 8 years ago by Alex Crichton <[email protected]>
Implement Sync for LoopData

It's already Sync because it's safe to access amongst many threads by the sheer
fact that data i...

d2bb8e01fd8e94ace63652cd7e72babd4b1cf11b authored over 8 years ago by Alex Crichton <[email protected]>
Add some assorted debug messages

5b18514970a31e2b6cdaf8f560863e21954452bd authored over 8 years ago by Alex Crichton <[email protected]>
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]>