mirror of
https://github.com/status-im/nim-chronos.git
synced 2025-01-31 13:35:11 +00:00
Updated README to match nimbus-launch template
This commit is contained in:
parent
6e7a753793
commit
62da8212a4
@ -6,6 +6,10 @@
|
|||||||
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
|
[![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)
|
![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
|
## Core differences between the standard library asyncdispatch and Chronos
|
||||||
|
|
||||||
1. Unified callback type `CallbackFunc`:
|
1. Unified callback type `CallbackFunc`:
|
||||||
@ -85,6 +89,10 @@ $ nimble install https://github.com/status-im/nim-chronos.git
|
|||||||
* Multithreading Stream/Datagram servers
|
* Multithreading Stream/Datagram servers
|
||||||
* Future[T] cancelation
|
* 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
|
## License
|
||||||
|
|
||||||
Licensed and distributed under either of
|
Licensed and distributed under either of
|
||||||
|
Loading…
x
Reference in New Issue
Block a user