# Chronos

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
1

# TODO

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