Chronos - An efficient library for asynchronous programming https://status-im.github.io/nim-chronos/docs/chronos
Go to file
Jacek Sieka 8b8a1e793d
bump supported nim version
2020-07-12 18:20:21 +02:00
chronos ServerFlags.ReusePort support on POSIX (#95) 2020-07-12 18:13:22 +02:00
tests Make Future tracking and stack traces optional (#108) 2020-07-08 19:48:01 +03: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 [WIP] Zero-cost unattended Future[T] tracking mechanism. (#106) 2020-07-06 09:33:13 +03:00
chronos.nimble bump supported nim version 2020-07-12 18:20:21 +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.