Commit Graph

2 Commits

Author SHA1 Message Date
Michael Bradley, Jr f9220a996a
build: bump vendor/nim-chronos
Also make necessary adjustments to `task_runner/[asyncloop, asyncsync]`
2021-04-10 17:08:05 -05:00
Michael Bradley, Jr b2442ecba8 chore: extract asynchronous channels code from status-im/nim-chronos PR #45
Involves some adjustments necessary for the code to compile with the version of
Nim compiler (1.2.6) provided by latest status-im/nimbus-build-system and to be
compatible with latest status-im/nim-chronos.

Does not include "transport" code added with respect to asynchronous channels
introduced in https://github.com/status-im/nim-chronos/pull/45. That code will
likely be added to this repo in the future.

Note that at present vendor/nim-chronos points to a GitHub fork of
status-im/nim-chronos as two small changes were needed in
vendor/nim-chronos. See: https://github.com/status-im/nim-chronos/pull/154.
2021-02-04 18:38:04 -06:00