mirror of
https://github.com/logos-storage/apatheia.git
synced 2026-01-06 23:13:10 +00:00
setup examples
This commit is contained in:
parent
30f72302a8
commit
7e581c97c4
@ -35,7 +35,6 @@ macro asyncTask*(p: untyped): untyped =
|
|||||||
# echo "asyncTask:checks:\n", asyncBody.repr
|
# echo "asyncTask:checks:\n", asyncBody.repr
|
||||||
# echo "asyncTask:tcall: ", tcall.repr
|
# echo "asyncTask:tcall: ", tcall.repr
|
||||||
|
|
||||||
|
|
||||||
echo "asyncTask:body:\n", body.repr
|
echo "asyncTask:body:\n", body.repr
|
||||||
let tp = mkProc(procId.procIdentAppend("Tasklet"),
|
let tp = mkProc(procId.procIdentAppend("Tasklet"),
|
||||||
params, body)
|
params, body)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user