Skip to content

Commit

Permalink
docs: added conclusion for a actors chapter
Browse files Browse the repository at this point in the history
  • Loading branch information
Adriano Santos committed Jan 8, 2025
1 parent ac81c55 commit 129fcf5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/actors.md
Original file line number Diff line number Diff line change
Expand Up @@ -450,6 +450,14 @@ end

By supporting both stateful and stateless behaviors, Spawn provides the flexibility needed to design distributed systems that efficiently balance complexity, scalability, and functionality.

---

## Actors Features

Spawn actors offer a rich set of features that empower developers to build robust and scalable distributed systems. These include workflows such as broadcasts, side-effects, forwards, pipes, state restoration, and much more.

To explore these capabilities in detail, consult the documentation for your favorite [Spawn SDK](sdks.md). [Each SDK](sdks/index.md) provides tailored guidance and examples to help you leverage the full potential of Spawn in your preferred language.

[Back to Index](index.md)

[Next: Projections](projections.md)
Expand Down

0 comments on commit 129fcf5

Please sign in to comment.