Docs.rs
  • actors-rs-0.1.4
    • actors-rs 0.1.4
    • Permalink
    • Docs.rs crate page
    • MIT
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • olexiyb
    • Dependencies
      • actors-macros ^0.1.1 normal
      • chrono ^0.4 normal
      • config ^0.10 normal
      • futures-preview ^0.3.0-alpha.19 normal
      • pin-utils ^0.1.0-alpha.4 normal
      • rand ^0.7 normal
      • regex ^1 normal
      • slog ^2.5 normal
      • slog-scope ^4.1 normal
      • slog-stdlog ^4.0 normal
      • uuid ^0.7 normal
      • riker-testkit ^0.1.0 dev
      • skeptic ^0.13 dev
      • skeptic ^0.13 build
    • Versions
    • 31.6% of the crate is documented
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

actors_rs0.1.4

Crate Items

  • Structs
  • Enums
  • Traits
  • Functions
  • Type Aliases
  • Attribute Macros

List of all items

Structs

  • ActorRef
  • AnyMessage
  • BasicActorRef
  • Envelope
  • actor::ActorPath
  • actor::ActorSelection
  • actor::ActorUri
  • actor::All
  • actor::Channel
  • actor::Context
  • actor::DeadLetter
  • actor::EventsChannel
  • actor::Props
  • actor::Publish
  • actor::RestartError
  • actor::Subscribe
  • actor::Topic
  • actor::TryMsgError
  • actor::Unsubscribe
  • actor::UnsubscribeAll
  • kernel::Dock
  • system::ActorCreated
  • system::ActorRestarted
  • system::ActorSystem
  • system::ActorTerminated
  • system::BasicTimer
  • system::ProtoSystem
  • system::SysActors
  • system::SysChannels
  • system::SystemBuilder
  • system::SystemSettings

Enums

  • actor::ChannelMsg
  • actor::CreateError
  • actor::Strategy
  • actor::SysTopic
  • kernel::KernelMsg
  • system::SystemCmd
  • system::SystemError
  • system::SystemEvent
  • system::SystemEventType
  • system::SystemMsg

Traits

  • ActorRefFactory
  • ActorReference
  • Message
  • Tell
  • TmpActorRefFactory
  • actor::Actor
  • actor::ActorArgs
  • actor::ActorFactory
  • actor::ActorFactoryArgs
  • actor::ActorProducer
  • actor::ActorSelectionFactory
  • actor::Receive
  • system::Run
  • system::Timer

Attribute Macros

  • actor::actor

Functions

  • actor::channel
  • kernel::kernel
  • load_config

Type Aliases

  • BoxedTell
  • Sender
  • actor::ActorId
  • actor::BoxActor
  • actor::BoxActorProd
  • actor::ChannelRef
  • actor::DLChannelMsg
  • actor::MsgResult
  • system::Shutdown
  • system::Terminated