=doc fix typo
This commit is contained in:
parent
8170a9770f
commit
6bc9815705
1 changed files with 1 additions and 1 deletions
|
|
@ -190,7 +190,7 @@ The Inbox
|
||||||
---------
|
---------
|
||||||
|
|
||||||
When writing code outside of actors which shall communicate with actors, the
|
When writing code outside of actors which shall communicate with actors, the
|
||||||
``ask`` pattern can be a solution (see below), but there are two thing it
|
``ask`` pattern can be a solution (see below), but there are two things it
|
||||||
cannot do: receiving multiple replies (e.g. by subscribing an :class:`ActorRef`
|
cannot do: receiving multiple replies (e.g. by subscribing an :class:`ActorRef`
|
||||||
to a notification service) and watching other actors’ lifecycle. For these
|
to a notification service) and watching other actors’ lifecycle. For these
|
||||||
purposes there is the :class:`Inbox` class:
|
purposes there is the :class:`Inbox` class:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue