Chronos - An efficient library for asynchronous programming https://status-im.github.io/nim-chronos/docs/chronos
Go to file
Jacek Sieka 4cc1b42108
Remove ad comparison from front page
2019-08-06 12:49:45 +02:00
chronos Fix asyncmacro bug which introduces problems after cancellation got supported. 2019-07-19 13:06:32 +03:00
tests Fix AsyncLock race and refactor asyncsync.nim to properly support cancellation. 2019-07-17 16:12:31 +03:00
.appveyor.yml CI: use build_nim.sh 2019-06-13 12:42:22 +02:00
.gitignore *.nimble: remove import 2019-03-25 22:55:20 +01:00
.travis.yml CI: use build_nim.sh 2019-06-13 12:42:22 +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 rarely appearing Windows bug with close(transport). 2019-03-31 00:31:10 +02:00
chronos.nimble Add pipe support for StreamTransport. 2019-07-15 12:59:42 +03: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.