We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9926f4f + 060aa2c commit 186579eCopy full SHA for 186579e
README.md
@@ -52,7 +52,7 @@ pub fn main() {
52
let self = process.new_subject()
53
54
// Start the child process under a supervisor
55
- let barnacle_worker = barnacle.child_spec(barnacle, None)
+ let barnacle_worker = barnacle.child_spec(barnacle, self)
56
let assert Ok(_) = supervisor.start(supervisor.add(_, barnacle_worker))
57
58
// Get a subject to send messages to the child process
0 commit comments