nim / latest / cpuload.html

std/cpuload

Source Edit

This module implements a helper for a thread pool to determine whether creating a thread is a good idea.

Unstable API.

Imports

winlean, os, strutils, math

Types

ThreadPoolAdvice = enum
  doNothing, doCreateThread, doShutdownThread
Source Edit
ThreadPoolState = object
  when defined(windows):
    
  calls*: int
Source Edit

Procs

proc advice(s: var ThreadPoolState): ThreadPoolAdvice {....raises: [], tags: [],
    forbids: [].}
Source Edit

© 2006–2024 Andreas Rumpf
Licensed under the MIT License.
https://nim-lang.org/docs/cpuload.html