Experimental task queue and runner
Go to file
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
.github/workflows chore: extract asynchronous channels code from status-im/nim-chronos PR #45 2021-02-04 18:38:04 -06:00
task_runner chore: extract asynchronous channels code from status-im/nim-chronos PR #45 2021-02-04 18:38:04 -06:00
test chore: extract asynchronous channels code from status-im/nim-chronos PR #45 2021-02-04 18:38:04 -06:00
vendor chore: extract asynchronous channels code from status-im/nim-chronos PR #45 2021-02-04 18:38:04 -06:00
.gitattributes build: setup nimbus-build-system and basic project structure 2021-01-06 06:12:54 -06:00
.gitignore build: setup nimbus-build-system and basic project structure 2021-01-06 06:12:54 -06:00
.gitmodules chore: extract asynchronous channels code from status-im/nim-chronos PR #45 2021-02-04 18:38:04 -06:00
LICENSE-APACHEv2 chore: extract asynchronous channels code from status-im/nim-chronos PR #45 2021-02-04 18:38:04 -06:00
LICENSE-MIT chore: extract asynchronous channels code from status-im/nim-chronos PR #45 2021-02-04 18:38:04 -06:00
Makefile build: setup nimbus-build-system and basic project structure 2021-01-06 06:12:54 -06:00
README.md chore: extract asynchronous channels code from status-im/nim-chronos PR #45 2021-02-04 18:38:04 -06:00
env.sh build: setup nimbus-build-system and basic project structure 2021-01-06 06:12:54 -06:00
task_runner.nim chore: extract asynchronous channels code from status-im/nim-chronos PR #45 2021-02-04 18:38:04 -06:00
task_runner.nimble chore: extract asynchronous channels code from status-im/nim-chronos PR #45 2021-02-04 18:38:04 -06:00

README.md

nim-task-runner

License: Apache-2.0 or MIT Stability: experimental Tests (GitHub Actions)

General purpose background task runner for Nim programs

License

Licensed and distributed under either of

or

at your option. These files may not be copied, modified, or distributed except according to those terms.