Module ticket
rstubs
0.1.0
Module ticket
Structs
In rstubs::util
Modules
once
spin
ticket
Structs
Align
PerCPU
Functions
align_down
align_up
slice_cast
slice_cast_mut
?
Module
rstubs
::
util
::
ticket
source
·
[
−
]
Structs
§
Ticket
By the use of Ticketlocks, it is possible to serialize blocks of code that might run parallel on multiple CPU cores.
TicketGuard
Accessor for the locks data, that unlocks if it goes out of scope.