Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/detail.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ process, a few things are happening.
In order to box the parameter, Client needs a service to manage the remote
invocations where Host can callback Client on the boxed parameter; the way EDO
is doing it now is to retrieve the bound service from the current running queue,
thus if there is no service is associated with the current running queue, it
thus if there no service is associated with the current running queue, it
will panic. It is a good idea to create a service for the current queue before
making any remote invocations[^only_one_service].

Expand Down