[][src]Type Definition oscen::signal::Sig

type Sig = dyn Signal + Send;

Signals typically need to decalare that they are Send so that they are thread safe.