Rename asyncdispatch2 -> chronos.
This commit is contained in:
parent
908b5539ea
commit
ab274f0bdc
|
@ -9,7 +9,7 @@ skipDirs = @["tests", "examples", "Nim"]
|
||||||
|
|
||||||
requires "nim > 0.18.0",
|
requires "nim > 0.18.0",
|
||||||
"nimcrypto",
|
"nimcrypto",
|
||||||
"https://github.com/status-im/nim-asyncdispatch2"
|
"chronos"
|
||||||
|
|
||||||
task test, "Runs the test suite":
|
task test, "Runs the test suite":
|
||||||
exec "nim c -r tests/testvarint"
|
exec "nim c -r tests/testvarint"
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
|
|
||||||
## This module implementes API for `go-libp2p-daemon`.
|
## This module implementes API for `go-libp2p-daemon`.
|
||||||
import os, osproc, strutils, tables, streams, strtabs
|
import os, osproc, strutils, tables, streams, strtabs
|
||||||
import asyncdispatch2
|
import chronos
|
||||||
import ../varint, ../multiaddress, ../multicodec, ../base58, ../cid
|
import ../varint, ../multiaddress, ../multicodec, ../base58, ../cid
|
||||||
import ../wire, ../protobuf/minprotobuf
|
import ../wire, ../protobuf/minprotobuf
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
## those terms.
|
## those terms.
|
||||||
|
|
||||||
## This module implements Pool of StreamTransport.
|
## This module implements Pool of StreamTransport.
|
||||||
import asyncdispatch2
|
import chronos
|
||||||
|
|
||||||
const
|
const
|
||||||
DefaultPoolSize* = 8
|
DefaultPoolSize* = 8
|
||||||
|
|
Loading…
Reference in New Issue