Skip to content

Commit 129fcf5

Browse files
author
Adriano Santos
committed
docs: added conclusion for a actors chapter
1 parent ac81c55 commit 129fcf5

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/actors.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -450,6 +450,14 @@ end
450450

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

453+
---
454+
455+
## Actors Features
456+
457+
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.
458+
459+
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.
460+
453461
[Back to Index](index.md)
454462

455463
[Next: Projections](projections.md)

0 commit comments

Comments
 (0)