Crate vin_core

source ·

Modules

Structs

  • Error returned by start().
  • A message wrapper type that enables returning results through the result channel packed inside it.

Enums

Traits

  • Actor trait that all generic (non-specialized) actors must implement.
  • A restricted interface of Actor that provides send mechanics and state reads.
  • Forwards the message to the respective mailbox.
  • Handler for specifying message handling logic.
  • Used to call arbitrary code on state changes.
  • Trait indicating that the type is a message.
  • Used to call arbitrary code on a task actor.
  • Actor trait that all generic (non-specialized) actors must implement.
  • A restricted interface of TaskActor that provides closing and state reads.
  • Private trait used by Task implementations to have access to the context associated type.

Functions

Type Definitions