mirror of
https://github.com/logos-storage/apatheia.git
synced 2026-01-02 13:03:11 +00:00
setups
This commit is contained in:
parent
7e581c97c4
commit
909e9e2181
2
config.nims
Normal file
2
config.nims
Normal file
@ -0,0 +1,2 @@
|
||||
|
||||
--threads:on
|
||||
11
src/apatheia/asyncs.nim
Normal file
11
src/apatheia/asyncs.nim
Normal file
@ -0,0 +1,11 @@
|
||||
|
||||
import chronos
|
||||
import chronos/threadsync
|
||||
import taskpools
|
||||
|
||||
## todo: setup basic example here
|
||||
##
|
||||
|
||||
proc test() =
|
||||
let signal = ThreadSignalPtr.new().tryGet()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user