From 62da8212a404dbc6a7156bca95f9f715d51e65cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bruno=20=C5=A0kvorc?= Date: Mon, 20 May 2019 17:43:23 +0200 Subject: [PATCH] Updated README to match nimbus-launch template --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 9b4ee4af..125d8a07 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,10 @@ [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT) ![Stability: experimental](https://img.shields.io/badge/stability-experimental-orange.svg) +## Introduction + +Chronos is an efficient library for asynchronous programming and an alternative to Nim's asyncdispatch. + ## Core differences between the standard library asyncdispatch and Chronos 1. Unified callback type `CallbackFunc`: @@ -84,6 +88,10 @@ $ nimble install https://github.com/status-im/nim-chronos.git * 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