nim-stew/stew/shims/atomics.nim

4 lines
80 B
Nim

{.deprecated: "use std/atomics".}
import std/concurrency/atomics
export atomics