Ecosyste.ms: OpenCollective

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

github.com/tokio-rs/tokio-timer

Timer facilities for Tokio
https://github.com/tokio-rs/tokio-timer

Update readme to link to Tokio repository

2b069e92197313daa9b82d72550fee1d98f8e7cd authored over 6 years ago by Carl Lerche <[email protected]>
Bump version to v0.1.2

d7bd58f52b081282faf872634724d3a08ceaf476 authored over 7 years ago by Carl Lerche <[email protected]>
Update to the new task API (#26)

4f60665528636cfb191be18d52e6a7f77cb816aa authored over 7 years ago by Niklas Claesson <[email protected]>
builder: allow setting the spawned thread name (#25)

68d89fdece7ab67ba5fd185b813193418cf46ac2 authored over 7 years ago by Jay <[email protected]>
Set thread name for timer thread (#21)

e9461c49d068bd998f34ff878d82042a6f01f07c authored over 7 years ago by Stepan Koltsov <[email protected]>
Suggest to use a version from cargo (#22)

c60e4630ec3cf9a7d38c6e59c13fbdbad79e88fe authored over 7 years ago by Stepan Koltsov <[email protected]>
Fix warnings (#23)

`complete` function is deprecated

1a22d01e09f2aa41a0821a0792fa354d18faca14 authored over 7 years ago by Stepan Koltsov <[email protected]>
Bump version to v0.1.1

296b5c8124cc433662319cd799b87ec1acb2fc06 authored over 7 years ago by Carl Lerche <[email protected]>
Impl Debug for all public types (#18)

b8eba3469bf4fe7535f9daf5af2d05379110f305 authored over 7 years ago by Carl Lerche <[email protected]>
Make TimeoutStream public (#16)

77972b49efc84e0e858a8f3d4eda55ebd0895704 authored over 7 years ago by Daiki Mizukami <[email protected]>
Enhance Builder.num_slots() documentation (#17)

Document that the number of slots must be a power of two, and add a
descriptive message to the ...

02df3bf15301c8bfd8a416d58207e64bb0b11d13 authored over 7 years ago by Daniel Harding <[email protected]>
Added Eq+PartialEq to TimerError. (#15)

68acb9ba10b2039df13e3e439fbfd33318088762 authored almost 8 years ago by Michael Mokrysz <[email protected]>
Merge pull request #13 from lnicola/fix-interval-at-past

Make intervals fire immediately when `at` has passed

f044bd2f58d1192aff774eac9ee06852fd90a5a7 authored almost 8 years ago by Carl Lerche <[email protected]>
Make intervals fire immediately when `at` has passed

Fixes #12

67369726c2d1cf663780cd90ab565d98b790424a authored almost 8 years ago by Laurentiu Nicola <[email protected]>
Set Rust 1.14.0 as the min supported version

d803e55b64ab1cb89d43b6802c6fd4494a570115 authored almost 8 years ago by Carl Lerche <[email protected]>
Update readme with crate info

3c53ecb61f60d0f073e97f365ef340a5b27e20e6 authored almost 8 years ago by Carl Lerche <[email protected]>
Update Cargo.toml

71f3198d3bbf4599f90f08343e5bc05524f32170 authored almost 8 years ago by Carl Lerche <[email protected]>
Add functions to access the interior values

f80e1de8c87d2a96cd8b6122329897f52545e78c authored almost 8 years ago by Carl Lerche <[email protected]>
Rename the test file

9f656090aaac52b804ec75a8947a8f3af8841218 authored almost 8 years ago by Carl Lerche <[email protected]>
Implement interval

5e21a7a7d748f886e82caec16c4d8c09d515c5b7 authored almost 8 years ago by Carl Lerche <[email protected]>
Add timeout_stream

d591767125da020e88de9d4b64f5e61d77c68aa6 authored almost 8 years ago by Carl Lerche <[email protected]>
Add must_use annotation to futures

1eec5f7678ca47062ffc5a2c210e0ed35ba6e712 authored almost 8 years ago by Carl Lerche <[email protected]>
Timeout errors return the future being timed out

211a4d7dee78a9328c8506fbe257c713d00628be authored almost 8 years ago by Carl Lerche <[email protected]>
Bound check to avoid sleeping for a negative duration

c933447f234445ade72d6ef9ec77d2d3eadfaffd authored almost 8 years ago by Carl Lerche <[email protected]>
Add more error conversions

4acaed628ec796350490fe36ed16169a3bb1e143 authored about 8 years ago by Carl Lerche <[email protected]>
Add Sleep::remaining

5e264ef7eeb17f4cc7c43a5377e061e34e2eebe7 authored about 8 years ago by Carl Lerche <[email protected]>
Use released futures

1ff1a5f80fdd7e88c20354de48f8b7eaca9fac6e authored over 8 years ago by Carl Lerche <[email protected]>
Doc typo

Freudian slip for `tick-duration`

381d67b8ce7db97a2f707bf56faa66e9d20ef5bd authored over 8 years ago by Peter Shinners <[email protected]>
Reexport timer types

fd53eed33d9cd6941fedb04c7019367ae4b27ea8 authored over 8 years ago by Carl Lerche <[email protected]>
Add Timer::timeout

7c11b4f258d9af000a20958d92c1aed1d239dfce authored over 8 years ago by Carl Lerche <[email protected]>
Rename `Timeout` -> `Sleep`

81edbf10126693137638536cc211902bfcf3db6b authored over 8 years ago by Carl Lerche <[email protected]>
Deny missing docs and warnings

2f7fb26fb4df2c137cec3b46bbc3effaccd055fc authored over 8 years ago by Carl Lerche <[email protected]>
Respect max_timeout setting

c944a24b89366b6b607721790308c0d8fec4bf5a authored over 8 years ago by Carl Lerche <[email protected]>
More documentation

1fd1a919935f93a2b47d75bbd8d2dc087b21ba1c authored over 8 years ago by Carl Lerche <[email protected]>
Builder getters should not be public

f2efb62c5b742d9c8f45acd9b73b45012d4f35be authored over 8 years ago by Carl Lerche <[email protected]>
Include doc examples in tests

46ca5e0e155ce3f9e8a26f90ecdee6580e769904 authored over 8 years ago by Carl Lerche <[email protected]>
Get rid of duplicated mpmc & overly unsafe code

d967ae2582ce1d7e505f013a5fd7b7e24cd8761e authored over 8 years ago by Carl Lerche <[email protected]>
Move mpmc license to readme

c064915369c0fdb3bad56bf31812d881060e1a6a authored over 8 years ago by Carl Lerche <[email protected]>
Add more documentation

a4bfdc9a6471a32d001721d1841704e1d056f36a authored over 8 years ago by Carl Lerche <[email protected]>
Shutdown timer thread when timer is dropped

c0d06b18d52370ad579b4404b952db0412f5bbab authored over 8 years ago by Carl Lerche <[email protected]>
More tests

b42b33984909ac52ac3bb7e39fa22934485f5fd4 authored over 8 years ago by Carl Lerche <[email protected]>
Add missing line from example

3ff566f26083c7bb58fa06f967ccca41dc36c2f4 authored over 8 years ago by Carl Lerche <[email protected]>
Add a simple example in the docs

386df4ee1b0ea2f9c74bed774d9d9c9427218e7b authored over 8 years ago by Carl Lerche <[email protected]>
Update README links

681472ec5862bf3662ef6c69ed36be6346cb3965 authored over 8 years ago by Carl Lerche <[email protected]>
Configure doc upload

84d45ded14096964de79ae3f8d0653d8ec3460e4 authored over 8 years ago by Carl Lerche <[email protected]>
Factor in timer imprecision in `Timeout`

Timers may fire notifications early. In order to avoid deadlocks, a tolerance
must be factored in.

ff263117807a9c9bce04a41f9a898166aa0973c3 authored over 8 years ago by Carl Lerche <[email protected]>
Disable OS X on travis

f59b6c44aa9ca72f3c33ee2bb17976a460e054f0 authored over 8 years ago by Carl Lerche <[email protected]>
Track futures changes

298fbbb99b4d79f3610efb8c0f82b5e949aa2215 authored over 8 years ago by Carl Lerche <[email protected]>
Add .travis.yml

79bbaa963015a90b5418e2df6a1283bb9066f407 authored over 8 years ago by Carl Lerche <[email protected]>
Initial commit

036fc7d469791a68114a30d9b7de2fe77b0497b5 authored over 8 years ago by Carl Lerche <[email protected]>