Compare commits
2 Commits
89a6f09a90
...
875eb9ced9
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
875eb9ced9 | ||
|
|
79c30060c3 |
@@ -52,12 +52,6 @@ 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