mirror of
https://github.com/logos-storage/apatheia.git
synced 2026-01-03 13:33:08 +00:00
logging
This commit is contained in:
parent
29babc2600
commit
25f5f363df
@ -82,8 +82,8 @@ macro submitMacro(tp: untyped, jobs: untyped, exp: untyped): untyped =
|
||||
`jobs`.taskpool.spawn(`fncall`)
|
||||
`futName`
|
||||
|
||||
echo "submit: res:\n", result.repr
|
||||
echo ""
|
||||
# echo "submit: res:\n", result.repr
|
||||
# echo ""
|
||||
|
||||
template submit*[T](jobs: JobQueue[T], exp: untyped): Future[T] =
|
||||
submitMacro(T, jobs, exp)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user