📄️ Create An Actor System
Actor Systems hold all the information about the location of all the actors on an application, even if they are
📄️ Create An Actor
Actors represent the main unit of logic in the Actor Model. They are transactional, asynchronous and safe. When you work
📄️ Create A Function Actor
Sometimes creating a whole actor is not needed because the problem to solve is relatively simple and a set of
📄️ Apply Pub/Sub Patterns
Tarant implements a basic, but powerful pubsub mechanism named topics. A topic is a stream of events that are sent to