blob: 5c4fcffb16a7e77b796c2e670544a379d6b5f0e1 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# AtomicType Type Requirements:
## Abstract:
This type guarantes atomic operations for an operation in the NeKernel system.
## Properties:
`T{n}` means that the atomic type is set to n. This could be 1 or 2.
|