mirror of
https://github.com/status-im/nim-chronos.git
synced 2025-02-07 17:05:41 +00:00
* Update file headers, copyright date * Rename files and hopefully fix nimble * Forgot to change path in tests * Update readme
12 lines
421 B
Nim
12 lines
421 B
Nim
# Chronos
|
|
# (c) Copyright 2018-Present
|
|
# Status Research & Development GmbH
|
|
#
|
|
# Licensed under either of
|
|
# Apache License, version 2.0, (LICENSE-APACHEv2)
|
|
# MIT license (LICENSE-MIT)
|
|
|
|
import chronos/[asyncloop, asyncfutures2, asyncsync, handles, transport,
|
|
timer]
|
|
export asyncloop, asyncfutures2, asyncsync, handles, transport, timer
|