Compare commits
2 Commits
875eb9ced9
...
89a6f09a90
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
89a6f09a90 | ||
|
|
7c03656dfe |
@@ -52,6 +52,12 @@ pub fn new(exit: Subject(Nil)) -> Result(Nil, String) {
|
|||||||
read_input(data, inject_input, tap_input)
|
read_input(data, inject_input, tap_input)
|
||||||
})
|
})
|
||||||
|
|
||||||
|
process.spawn(fn() {
|
||||||
|
let assert Ok(_) = process.register(process.self(), tap_input_name)
|
||||||
|
|
||||||
|
input_output_loop(tap_input)
|
||||||
|
})
|
||||||
|
|
||||||
Ok(Nil)
|
Ok(Nil)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user