Results for “Std.App.stage”
9 matching declarations
Use module:Std.List, kind:fn, or is:exact. Put a Pudu type after ::.
- Std.App.Stage
One thing that starts and later stops.
- Std.App.stage
Str -> fn() -> Result[(), Str] -> fn() -> Result[(), Str] -> Std.App.Stage.StageA stage from its two halves.
- Std.App.Stage.Stage
A named part of an application's life: how it starts and how it stops.
- Std.App.Stage.create
Str -> fn() -> Result[(), Str] -> fn() -> Result[(), Str] -> Std.App.Stage.StageA stage from its name and the two actions.
- Std.App.Database.migrationStage
&Std.App.Database.Database -> Str -> &Array[Std.Db.Migrate.Migration] -> Std.App.Stage.StageA stage that migrates when the application starts and has nothing to undo
- Std.App.Database.stage
&Std.App.Database.Database -> Str -> Std.App.Stage.StageAdd before stages that need the database; stage order determines dependency order.
- Std.App.once
Str -> fn() -> Result[(), Str] -> Std.App.Stage.StageA stage that has something to start and nothing to undo.
- Std.App.stagesOf
&Std.App.App -> Array[Std.App.Stage.Stage]What has to be running before it serves, in the order it starts.
- Std.App.using
&Std.App.App -> Std.App.Stage.Stage -> Std.App.AppAn application with one more thing to start.
