Docs.rs
  • tiny-actor-0.2.0-beta.0
    • tiny-actor 0.2.0-beta.0
    • Docs.rs crate page
    • MIT OR Apache-2.0
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • jvdwrf
    • Dependencies
      • concurrent-queue ^1.2.2 normal
      • event-listener ^2.5.2 normal
      • futures ^0.3.0 normal
      • once_cell ^1.13 normal
      • spin_sleep ^1.1 normal
      • thiserror ^1.0 normal
      • tokio ^1.18 normal
    • Versions
    • 77.78% of the crate is documented
  • Go to latest stable release
  • 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
logo

logo

Crate tiny_actor

logo
Change settings

List of all items

Structs

  • Address
  • Child
  • ChildPool
  • Inbox
  • Rcv
  • ShutdownPoolFut
  • Snd
  • actor::Address
  • actor::Child
  • actor::ChildPool
  • actor::Inbox
  • actor::ShutdownPoolFut
  • channel::Channel
  • channel::Rcv
  • channel::Snd
  • config::BackPressure
  • config::Config
  • errors::HaltedError
  • errors::SendError
  • errors::SpawnError

Enums

  • config::Capacity
  • config::Growth
  • config::Link
  • errors::ExitError
  • errors::RecvError
  • errors::TrySendError
  • errors::TrySpawnError

Traits

  • AnyChannel
  • DynChannel
  • channel::AnyChannel
  • channel::DynChannel

Functions

  • actor::spawn
  • actor::spawn_many
  • actor::spawn_one
  • spawn
  • spawn_many
  • spawn_one