mirror of
https://github.com/logos-storage/apatheia.git
synced 2026-01-05 22:43:10 +00:00
setup jobs
This commit is contained in:
parent
4d16c948e0
commit
f55a4aa7e1
@ -65,4 +65,5 @@ macro submitMacro*(tp: untyped, jobs: untyped, exp: untyped): untyped =
|
|||||||
echo ""
|
echo ""
|
||||||
|
|
||||||
template submit*[T](jobs: JobQueue[T], exp: untyped): Future[T] =
|
template submit*[T](jobs: JobQueue[T], exp: untyped): Future[T] =
|
||||||
submitMacro(T, jobs, exp)
|
submitMacro(T, jobs, exp)
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user