Function chan_signal::block_all_subscribable[][src]

pub fn block_all_subscribable()

Block all subscribable signals.

Calling this function effectively restores the default behavior of version <= 0.2.0 of this library.

THIS MUST BE CALLED BEFORE ANY OTHER THREADS ARE SPAWNED IN YOUR PROCESS.