Crate may_actor [] [src]

may_actor

rust native actor library based on may

Features

  • send message via closure (Actor.call)
  • view internal actor state via closure (Actor.view)
  • convert from raw instance reference to Actor (Actor.from)
  • allow panic inside a closure message

Notice

This simple library doesn't support spawn actors across processes

Structs

Actor

coroutine based Actor.