From 578e905d123d1ae48ad6690cddd5247b83cdccae Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Thu, 12 Mar 2026 18:18:06 +0100 Subject: [FEAT] CFAtom & Kernel::Atom improvements, doc TypeAtomic. Signed-off-by: Amlal El Mahrouss --- doc/requirements/TypeAtomic.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 doc/requirements/TypeAtomic.md (limited to 'doc') diff --git a/doc/requirements/TypeAtomic.md b/doc/requirements/TypeAtomic.md new file mode 100644 index 00000000..20ada8d1 --- /dev/null +++ b/doc/requirements/TypeAtomic.md @@ -0,0 +1,10 @@ +# TypeAtomic Type + +## 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. + -- cgit v1.2.3