concurrency ~master (2022-01-07T14:23:47Z)
Dub
Repo
SList.Node
concurrency
slist
SList
Undocumented in source.
class
SList
(T)
struct
Node {
shared
(
Node
*)
next
;
T
payload
;
}
Members
Variables
next
shared
(
Node
*)
next
;
Undocumented in source.
payload
T
payload
;
Undocumented in source.
Meta
Source
See Implementation
concurrency
slist
SList
functions
opSlice
pushBack
pushFront
release
remove
structs
Node
variables
head