[][src]Macro lib3h_zombie_actor::wait_until_no_work

macro_rules! wait_until_no_work {
    ($ghost_actor: ident) => { ... };
    ($ghost_can_track: ident, $user_data: ident) => { ... };
}

Continues processing the GhostActor or GhostCanTrack trait until no work is being done.