notify

Macro notify 

Source
notify!() { /* proc-macro */ }
Expand description

Provides the actor! macro, which ‘actorizes’ functions & structs. Also provides messaging macros, such as send! and notify! Send a message to an actor, and don’t wait for a response.