bap-primus-round-robin-scheduler
Evaluates all machines in the BFS order
1024" x-on:close-sidebar="sidebar=window.innerWidth > 1024 && true">
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Library primus_round_robin_scheduler_plugin
val get :
Bap_primus.Std.Primus.Machine.id ->
'a Bap_primus.Std.Primus.Machine.state ->
'a t
get machine state
returns the local state
of the machine
.
val put :
Bap_primus.Std.Primus.Machine.id ->
'a Bap_primus.Std.Primus.Machine.state ->
'a ->
unit t
put machine state
sets the local state
of the machine
.
val update :
Bap_primus.Std.Primus.Machine.id ->
'a Bap_primus.Std.Primus.Machine.state ->
f:( 'a -> 'a ) ->
unit t
update machine state ~f
maps the local state
of the machine
.