Request for Feedback on Custom Keypress Handling
Cans someone give me feedback on this code.
I want to perform some custom handling of keypresses coming into the process, but not block regular behaviour of sigterm etc. My general approach right now is looking like as follows.
This program works as I expected so far, however, I really can't tell if I'm using Effect optimally. WDYT?
I want to perform some custom handling of keypresses coming into the process, but not block regular behaviour of sigterm etc. My general approach right now is looking like as follows.
This program works as I expected so far, however, I really can't tell if I'm using Effect optimally. WDYT?
