Add ability handle more than one character at a time #4

Merged
alex merged 4 commits from string-commands into main 2025-11-19 18:22:49 +01:00
Owner
No description provided.
alex added 4 commits 2025-11-19 18:22:37 +01:00
By doing something like
```
fn input_output_loop(input_output: Subject(List(String))) -> Nil {
  let output = process.receive_forever(input_output)

  echo output

  input_output_loop(input_output)
}
```
alex merged commit 747f76a584 into main 2025-11-19 18:22:49 +01:00
alex deleted branch string-commands 2025-11-19 18:22:49 +01:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: alex/musicplayer#4
No description provided.