Skip to content

Commit f68f85b

Browse files
committed
Documentation for ProcessIsolated
1 parent 3b534bd commit f68f85b

File tree

17 files changed

+299
-274
lines changed

17 files changed

+299
-274
lines changed

Docs/SWIM.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
1+
[[SWIM]]
22
== SWIM Membership Protocol
33

44
Swift Distributed Actors implements a variant of the https://www.cs.cornell.edu/projects/Quicksilver/public_pdfs/SWIM.pdf[SWIM Membership Protocol]

Docs/actors.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -448,6 +448,8 @@ section of the guide), or its `dispatcher`.
448448
[[suggested_props_pattern]]
449449
==== Suggested Props Pattern
450450

451+
#TODO: deprecate this and replace with "shell" pattern I guess?#
452+
451453
Sometimes when implementing behaviors which may be spawned by other users, it may be useful to centralize the props creation
452454
along with its default "suggested" settings. The _Suggested Props_ pattern explains a common style in which this can be solved.
453455

Docs/failure_handling.adoc

Lines changed: 202 additions & 258 deletions
Large diffs are not rendered by default.
-10.8 KB
Binary file not shown.
10.4 KB
Binary file not shown.

Docs/images/actor_tree.png

19.6 KB
Loading

0 commit comments

Comments
 (0)