status-im / nim-chronos

Chronos - An efficient library for asynchronous programming
https://status-im.github.io/nim-chronos/
Apache License 2.0
362 stars 51 forks source link

v4.0.0 #494

Closed arnetheduck closed 9 months ago

arnetheduck commented 10 months ago

Features:

See the porting guides for porting code from earlier chronos releases (as well as asyncdispatch)

mratsim commented 10 months ago

Cross-thread notification mechanism for suitable building channels, queues and other multithreaded primitives

on top of a threadpool. (i.e. Chronos is threadpool-agnostic)