mirror of
https://github.com/logos-storage/apatheia.git
synced 2026-01-02 13:03:11 +00:00
setup jobs
This commit is contained in:
parent
7f18b83a09
commit
897c6ccf51
@ -15,7 +15,7 @@ export queues
|
||||
##
|
||||
|
||||
type
|
||||
JobQueue*[T] = object
|
||||
JobQueue*[T] = ref object
|
||||
queue*: SignalQueue[(uint, T)]
|
||||
futures*: Table[uint, Future[T]]
|
||||
taskpool*: Taskpool
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user