app : FastBenchmark.Config.Config graph function -> Ports (Msg graph function) -> Program graph function
Main frontend app.
{ workersCount : Basics.Int }
Flags needed for the frontend.
The message type for the frontend.
The frontend model.
{ terminateAll : {} -> Platform.Cmd.Cmd msg
, fromBackend : ({ index : Basics.Int
, data : Codec.Value } -> msg) -> Platform.Sub.Sub msg
, toBackend : { index : Basics.Int
, data : Codec.Value } -> Platform.Cmd.Cmd msg
}
Ports needed for the frontend.
Platform.Program Flags (Model graph function) (Msg graph function)
A convenient type for a frontend Program
.