Skip to content

Commit

Permalink
better docs
Browse files Browse the repository at this point in the history
  • Loading branch information
rajan-chari committed Oct 21, 2024
1 parent 380644e commit 735d5fb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions samples/apps/cap/py/autogencap/actor_connector.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@

class IActorConnector(ABC):
"""
Abstract base class for actor connectors.
Provides an interface for sending and receiving messages between actors.
Abstract base class for actor connectors. Each runtime will have a different implementation.
Obtain an instance of the correct connector from the runtime by calling the runtime's find_by_xyz
method.
"""

@abstractmethod
Expand Down

0 comments on commit 735d5fb

Please sign in to comment.