setup examples

This commit is contained in:
Jaremy Creechley 2024-02-08 20:48:02 -07:00
parent 30f72302a8
commit 7e581c97c4
No known key found for this signature in database
GPG Key ID: 4E66FB67B21D3300

View File

@ -35,7 +35,6 @@ macro asyncTask*(p: untyped): untyped =
# echo "asyncTask:checks:\n", asyncBody.repr
# echo "asyncTask:tcall: ", tcall.repr
echo "asyncTask:body:\n", body.repr
let tp = mkProc(procId.procIdentAppend("Tasklet"),
params, body)