0

I'm trying to implement ctrl+C in my Rust shell (I want to TERM a child in foreground), so I need my main thread to ignore SIGINT. How I can do this? In C we use SIG_IGN and group pid, but in Rust i have no idea how to do that.

mello_
  • 21
  • 3

0 Answers0