Chronos - An efficient library for asynchronous programming https://status-im.github.io/nim-chronos/
Go to file
Eugene Kabanov 3367b6ca90
Merge pull request #75 from status-im/fix-future-defect
FutureDefect is a type of Defect
2020-02-18 05:54:55 +02:00
chronos FutureDefect is a type of Defect 2020-02-18 00:35:03 +02:00
tests Fix #73. 2020-02-12 22:54:05 +02:00
.appveyor.yml CI: update script path 2019-08-24 02:29:28 +02:00
.gitignore *.nimble: remove import 2019-03-25 22:55:20 +01:00
.travis.yml CI: update script path 2019-08-24 02:29:28 +02:00
LICENSE-APACHEv2 Rebrand Asyncdispatch2 to Chronos [WIP] (#20) 2019-02-06 15:49:11 +01:00
LICENSE-MIT Rebrand Asyncdispatch2 to Chronos [WIP] (#20) 2019-02-06 15:49:11 +01:00
README.md Remove ad comparison from front page 2019-08-06 12:49:45 +02:00
chronos.nim Fix emscripten compilation errors. (#46) 2019-09-10 13:19:49 -04:00
chronos.nimble Fix bug cancellation handlers not called in wait() and withTimeout(). 2020-01-27 22:32:08 +02:00

README.md

Chronos - An Efficient library for asynchronous programming

Build Status (Travis) Windows build status (Appveyor) License: Apache License: MIT Stability: experimental

Introduction

Chronos is an efficient library for asynchronous programming and an alternative to Nim's asyncdispatch.

Documentation

You can find more documentation, notes and examples in Wiki.

Installation

You can use Nim official package manager nimble to install chronos. The most recent version of the library can be installed via:

$ nimble install https://github.com/status-im/nim-chronos.git

TODO

  • Pipe/Subprocess Transports.
  • Multithreading Stream/Datagram servers
  • Future[T] cancelation

Contributing

When submitting pull requests, please add test cases for any new features or fixes and make sure nimble test is still able to execute the entire test suite successfully.

License

Licensed and distributed under either of

or

at your option. This file may not be copied, modified, or distributed except according to those terms.