SignalSet.unblock

Unblocks the signals in in the set of this instance in the calling thread. Signals that are not in this set but are not blocked will stay unblocked.

struct SignalSet
typeof(this)
unblock
()

Return Value

Type: typeof(this)

previous masked signals set (call its mask() method to restore the previous state)

Meta