mirror of
https://github.com/logos-storage/apatheia.git
synced 2026-01-04 05:53:11 +00:00
format
This commit is contained in:
parent
8a0c6757ec
commit
0f5245f461
@ -155,6 +155,9 @@ when isMainModule:
|
||||
proc addStrings(jobResult: JobResult[float], vals: OpenArrayHolder[string]) =
|
||||
discard
|
||||
|
||||
proc addStrings(jobResult: JobResult[float], vals: OpenArrayHolder[string], args: int, b: int) =
|
||||
discard
|
||||
|
||||
suite "async tests":
|
||||
var tp = Taskpool.new(num_threads = 2) # Default to the number of hardware threads.
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user