cor_start

Macro cor_start 

Source
macro_rules! cor_start {
    ($this:expr) => { ... };
}
Expand description

Start this Cor.

§Arguments

  • this - The target Cor to start.

NOTE: Beware the deadlock if it’s sync(waiting for each other), except the entry point.