mirror of
https://github.com/nim-lang/threading
synced 2026-01-02 06:44:43 +00:00
No description
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
|---|---|---|
| .github | ||
| tests | ||
| threading | ||
| .gitignore | ||
| LICENSE | ||
| readme.md | ||
| threading.nimble | ||
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:orcor--mm:atomicArccompilation flags!
Documentation: https://nim-lang.github.io/threading
See tests/ for some usage examples.