Blocked Signals
Managing Blocked Signals
In networking, errors can sometimes generate special signals that need to be handled. If ignored, these signals may terminate our program unexpectedly.
Information
manapi::async::context::blockedsignals() returns a sigset_t with SIGPIPE already blocked by default.For most use cases, the default configuration is sufficient: