From 59f7df599e167701fca05d3408e370f28cf18777 Mon Sep 17 00:00:00 2001 From: Scott Sievert Date: Wed, 20 Apr 2022 22:33:56 -0400 Subject: [PATCH] Update actors.rst --- docs/source/actors.rst | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/source/actors.rst b/docs/source/actors.rst index 6bfa19d4bed..5a089c7ded0 100644 --- a/docs/source/actors.rst +++ b/docs/source/actors.rst @@ -227,5 +227,3 @@ Actors offer advanced capabilities, but with some cost: computations no diagnostics are available about these computations. 3. **No Load balancing:** Actors are allocated onto workers evenly, without serious consideration given to avoiding communication. -4. **Experimental:** Actors are a new feature and subject to change without - warning