Skip to content

Instantly share code, notes, and snippets.

@JohnMurray
Created July 28, 2020 00:12
Show Gist options
  • Select an option

  • Save JohnMurray/ed8a09a2087350be74aaf8e15902f50a to your computer and use it in GitHub Desktop.

Select an option

Save JohnMurray/ed8a09a2087350be74aaf8e15902f50a to your computer and use it in GitHub Desktop.

Revisions

  1. JohnMurray created this gist Jul 28, 2020.
    3 changes: 3 additions & 0 deletions hello_actor.cpp
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,3 @@
    class HelloActor
    : Actor<std::string>
    , HelloBehavior { ... }