Skip to content

Commit

Permalink
No state anymore.
Browse files Browse the repository at this point in the history
  • Loading branch information
athas committed Sep 29, 2024
1 parent d4c1f36 commit 30ede23
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/chapter_6.md
Original file line number Diff line number Diff line change
Expand Up @@ -372,8 +372,7 @@ steps.
4. Implement a *server-loop* function.

We use the convention that a server-loop function should take the
input channel for the server as the first argument and the initial
value for the internal data as the second argument. This convention
input channel for the server as the first argument. This convention
makes it convenient to use the `spawn` function.

The server loop will usually start by receiving a message on the
Expand Down

0 comments on commit 30ede23

Please sign in to comment.