request man for data columns
This commit is contained in:
parent
510d988933
commit
26ac58716b
|
@ -578,8 +578,9 @@ proc requestManagerDataColumnLoop(
|
||||||
proc start*(rman: var RequestManager) =
|
proc start*(rman: var RequestManager) =
|
||||||
## Start Request Manager's loops.
|
## Start Request Manager's loops.
|
||||||
rman.blockLoopFuture = rman.requestManagerBlockLoop()
|
rman.blockLoopFuture = rman.requestManagerBlockLoop()
|
||||||
rman.blobLoopFuture = rman.requestManagerBlobLoop()
|
|
||||||
rman.dataColumnLoopFuture = rman.requestManagerDataColumnLoop()
|
rman.dataColumnLoopFuture = rman.requestManagerDataColumnLoop()
|
||||||
|
rman.blobLoopFuture = rman.requestManagerBlobLoop()
|
||||||
|
|
||||||
|
|
||||||
proc stop*(rman: RequestManager) =
|
proc stop*(rman: RequestManager) =
|
||||||
## Stop Request Manager's loop.
|
## Stop Request Manager's loop.
|
||||||
|
|
Loading…
Reference in New Issue