Actors playing Ping Pong

This example shows how actors can call each other without blocking themselves.

Features used

  • Async Actors: Async actors with promises are already part of Tarant. Any method that is marked as async will be handled asynchronously and non-blocking by Tarant, and messages are guaranteed to be processed in order.

Live Example

See the Pen tarant ping pong example by Kevin Mas Ruiz (@kmruiz) on CodePen.

comments powered by Disqus