Module rs::actors::external

source ·
Expand description

Contains actors with custom event loops, not based off of the event_loop module.

Modules§

Enums§

  • Void 🔒
    The uninhabited type. Cannot be created or returned; means “will never return” as return type. Useful for infinite loops.