Skip to content

Commit

Permalink
Add tokio03 feature to README
Browse files Browse the repository at this point in the history
  • Loading branch information
DoumanAsh committed Dec 1, 2020
1 parent 0775bf5 commit 070532a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ give you the most accurate timers possible on unix platforms (See features.)
## Features

- `tokio02` - Enables event loop based timers using tokio 0.2, providing higher accuracy than regular callback based timers on Linux/BSD/Apple platforms
- `tokio03` - Enables event loop based timers using tokio 0.3, providing higher resolution timer as `tokio02`.
- `c_wrapper` - Uses C shim to create bindings to platform API, which may be more reliable than `libc`.

## Examples
Expand Down

0 comments on commit 070532a

Please sign in to comment.