diff options
author | Araq <rumpf_a@web.de> | 2019-09-20 20:22:37 +0200 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2019-09-21 06:43:37 +0200 |
commit | 5abe8804698f403ab9cd10f0d8f8ba92bc15b68c (patch) | |
tree | 03502f61bb63a22bb70216f06e6f22c97aa936f0 /lib/pure/concurrency/cpuload.nim | |
parent | 9776f926a22aa28075fdbaf2f5ef28c7fba15c02 (diff) | |
download | Nim-5abe8804698f403ab9cd10f0d8f8ba92bc15b68c.tar.gz |
last stdlib cleanups
Diffstat (limited to 'lib/pure/concurrency/cpuload.nim')
-rw-r--r-- | lib/pure/concurrency/cpuload.nim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/pure/concurrency/cpuload.nim b/lib/pure/concurrency/cpuload.nim index 78a95681d..3ee7336f0 100644 --- a/lib/pure/concurrency/cpuload.nim +++ b/lib/pure/concurrency/cpuload.nim @@ -9,6 +9,8 @@ ## This module implements a helper for a thread pool to determine whether ## creating a thread is a good idea. +## +## Unstable API. when defined(windows): import winlean, os, strutils, math |