15 lines
441 B
Nim
15 lines
441 B
Nim
# Task Runner
|
|
# adapted in parts from
|
|
# Chronos
|
|
# (github.com/status-im/nim-chronos/pull/45)
|
|
#
|
|
# (c) Copyright 2018-Present
|
|
# Status Research & Development GmbH
|
|
#
|
|
# Licensed under either of
|
|
# Apache License, version 2.0, (LICENSE-APACHEv2)
|
|
# MIT license (LICENSE-MIT)
|
|
import ./task_runner/achannels, ./task_runner/sys
|
|
|
|
export achannels, sys
|