We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4979664 commit 4aab5dfCopy full SHA for 4aab5df
src/gleam/otp/factory_supervisor.gleam
@@ -1,4 +1,4 @@
1
-//// A supervisor where child processes are started dynamically from a
+//// A supervisor where child processes are started dynamically from afacto
2
//// pre-specified template, so new processes can be created as needed
3
//// while the program is running.
4
////
@@ -31,7 +31,7 @@
31
32
//// /// This function starts the application's supervision tree.
33
//// ///
34
-//// /// It takes a record as an argument that
+//// /// It takes a name as an argument that is used by the factory supervisor.
35
36
//// pub fn start_supervision_tree(reporters_name: Name(_)) -> StartResult(_) {
37
//// // Define a named factory supervisor that can create new child processes
0 commit comments