diff options
| author | hor911 <[email protected]> | 2022-08-19 00:28:00 +0300 |
|---|---|---|
| committer | hor911 <[email protected]> | 2022-08-19 00:28:00 +0300 |
| commit | 29d668fad4b1b4ebcc8b4935be04ccb616ba81a7 (patch) | |
| tree | fee1c64ac9a703197692a38539723f1447a1608c /library/cpp/actors/core/ask.cpp | |
| parent | be2bb7b8834b39ffe7fdba646f380c229f273ced (diff) | |
Library/cpp/actors Activities
Diffstat (limited to 'library/cpp/actors/core/ask.cpp')
| -rw-r--r-- | library/cpp/actors/core/ask.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/library/cpp/actors/core/ask.cpp b/library/cpp/actors/core/ask.cpp index 0054c9a906c..821c7606d4d 100644 --- a/library/cpp/actors/core/ask.cpp +++ b/library/cpp/actors/core/ask.cpp @@ -31,6 +31,8 @@ namespace NActors { { } + static constexpr char ActorName[] = "ASK_ACTOR"; + public: void Bootstrap() { Send(Recipient_, std::move(Event_)); |
