Files
Nim/threadpool.idx
github-actions[bot] de413ab6bb Deploy to GitHub pages
2025-12-25 20:14:24 +00:00

22 lines
1.8 KiB
Plaintext

nimTitle threadpool threadpool.html module std/threadpool 0
nim FlowVarBase threadpool.html#FlowVarBase type FlowVarBase 106
nim FlowVar threadpool.html#FlowVar type FlowVar 119
nim blockUntil threadpool.html#blockUntil,FlowVarBaseObj proc blockUntil(fv: var FlowVarBaseObj) 142
nim awaitAndThen threadpool.html#awaitAndThen,FlowVar[T],proc(T) proc awaitAndThen[T](fv: FlowVar[T]; action: proc (x: T) {.closure.}) 236
nim unsafeRead threadpool.html#unsafeRead,FlowVar[ref.T] proc unsafeRead[T](fv: FlowVar[ref T]): ptr T 254
nim `^` threadpool.html#^,FlowVar[T] proc `^`[T](fv: FlowVar[T]): T 263
nim blockUntilAny threadpool.html#blockUntilAny,openArray[FlowVarBase] proc blockUntilAny(flowVars: openArray[FlowVarBase]): int 272
nim isReady threadpool.html#isReady,FlowVarBase proc isReady(fv: FlowVarBase): bool 301
nim MaxThreadPoolSize threadpool.html#MaxThreadPoolSize const MaxThreadPoolSize 317
nim MaxDistinguishedThread threadpool.html#MaxDistinguishedThread const MaxDistinguishedThread 319
nim ThreadId threadpool.html#ThreadId type ThreadId 322
nim setMinPoolSize threadpool.html#setMinPoolSize,range[] proc setMinPoolSize(size: range[1 .. MaxThreadPoolSize]) 403
nim setMaxPoolSize threadpool.html#setMaxPoolSize,range[] proc setMaxPoolSize(size: range[1 .. MaxThreadPoolSize]) 407
nim preferSpawn threadpool.html#preferSpawn proc preferSpawn(): bool 448
nim spawn threadpool.html#spawn,sinktyped proc spawn(call: sink typed) 457
nim pinnedSpawn threadpool.html#pinnedSpawn,ThreadId,sinktyped proc pinnedSpawn(id: ThreadId; call: sink typed) 465
nim spawnX threadpool.html#spawnX.t template spawnX(call) 473
nim parallel threadpool.html#parallel,untyped proc parallel(body: untyped) 484
nim sync threadpool.html#sync proc sync() 593
heading See also threadpool.html#see-also See also 0