Fuzion Logo
fuzion-lang.dev — The Fuzion Language Portal

stack

lock_free.stack

(T 
type
)
:
Stack T
 is
[Contains abstract features]
lock-free stack using compare_and_set
invented by R. Kent Treiber

Type Parameters

Functions

 => 
option lock_free.stack.T
[Redefinition of  container.Stack.peek]
[Contains abstract features]
peek at the top element from the stack
 => 
option lock_free.stack.T
[Redefinition of  container.Stack.pop]
[Contains abstract features]
pop an element from the stack
(e lock_free.stack.T)
 => 
unit
[Redefinition of  container.Stack.push]
[Contains abstract features]
push an element to the stack
0.094dev (2025-06-18 15:08:51 GIT hash 89cffc23ae669b0898a5564fefbf793fcb8e5ca7 built by fridi@fzen)