Instance Propertyswift-nio 2.77.0NIOPosix
sa_restorer
var sa_restorer: (() -> Void)!
var sa_restorer: (() -> Void)!
import NIOPosix
struct sigaction
typealias Void = ()
The return type of functions that don’t explicitly specify a return type, that is, an empty tuple ()
.
init()
init(__sigaction_handler: sigaction.__Unnamed_union___sigaction_handler, sa_mask: __sigset_t, sa_flags: Int32, sa_restorer: (() -> Void)!)
var __sigaction_handler: sigaction.__Unnamed_union___sigaction_handler
var sa_flags: Int32
var sa_mask: __sigset_t
struct __Unnamed_union___sigaction_handler