Skip to content

Latest commit

 

History

History
8 lines (4 loc) · 272 Bytes

README.md

File metadata and controls

8 lines (4 loc) · 272 Bytes

Tutorial # - multi callback

In this tutorial, you will learn to use two different callback types within the same Actor:

  1. the traditional callback inheriting Actor::Callback, as seen in earlier tutorials
  2. a callback handler stored as a class member variable