Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 374 Bytes

readme.md

File metadata and controls

11 lines (6 loc) · 374 Bytes

threading

New threading primitives for Nim's arc/orc memory management modes: atomics, channels, smart pointers and wait groups.

Documentation

These modules require --threads:on, and one of the --mm:arc, --mm:orc or --mm:atomicArc compilation flags!

Documentation: https://nim-lang.github.io/threading

See tests/ for some usage examples.