Actors.jl logo
Actors.jl
  • Introduction
    • Install and Use Actors
    • Getting Started with Actors
    • Simulate a Game
    • Implement a Stack
    • Implement a thread-safe Dict
    • Supervise Actors
    • spawn actors
    • communicate with actors
    • get information from actors
    • (not) share variables
    • deal with failures
    • register actors
    • Actor Model
    • Actors and Julia
    • Actor Behavior
    • Messaging Protocol
      • Error Handling Overview
      • Connections
      • Monitors
      • Supervisors
      • Node Failures
      • Checkpointing
      • Fault Tolerance
    • More Useful Stuff
      • Actors Module
      • Basic Types
      • Starting Actors, creating links
      • Actor Primitives
      • Communication
      • User API
      • Actor Registry
      • Connections
      • Monitors
      • Supervisors
      • Checkpointing
      • Utilities
      • Diagnosis
      • Dining Philosophers
      • Producer-Consumer Problem
      • Further Examples
      • Diagnostics
      • Internals
      • Messages
      • Interface
    • A Glossary of Actor Terms
Version
  • Reference
  • Examples
  • Further Examples
  • Further Examples
Edit on GitHub

Further Examples

In the manual there are the following examples:

  1. Table-tennis,
  2. Agha's Stack example,
  3. A Dict Server

See also the examples in the repository.

« Producer-Consumer ProblemDiagnostics »

Powered by Documenter.jl and the Julia Programming Language.

Settings


This document was generated with Documenter.jl version 0.27.5 on Wednesday 28 July 2021. Using Julia version 1.6.2.