You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-6Lines changed: 7 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -513,8 +513,9 @@ recommended for handling serverless loads.
513
513
514
514
### Stateless Actors
515
515
516
-
In addition to these types, Spawn also allows the developer to choose Stateful actors, who need to maintain the state, or Stateless, those who do not need to maintain the state.
517
-
For this the developer just needs to make use of the correct annotation. For example I could declare a Serverless Actor using the following code:
516
+
In addition to these types, Spawn also allows the developer to choose Stateful actors, who need to maintain the state,
517
+
or Stateless, those who do not need to maintain the state.
518
+
For this the developer just needs to make use of the correct annotation. For example, I could declare a Serverless Actor using the following code:
0 commit comments