diff options
Diffstat (limited to 'lib/gras_impl/block_actor.hpp')
-rw-r--r-- | lib/gras_impl/block_actor.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gras_impl/block_actor.hpp b/lib/gras_impl/block_actor.hpp index 5ca5cb0..dca21e6 100644 --- a/lib/gras_impl/block_actor.hpp +++ b/lib/gras_impl/block_actor.hpp @@ -99,7 +99,7 @@ struct BlockActor : Apology::Worker GRAS_FORCE_INLINE void task_kicker(void) { - if (this->is_work_allowed()) this->TailSend(SelfKickMessage(), this->GetAddress()); + if (this->is_work_allowed()) this->Send(SelfKickMessage(), this->GetAddress()); } GRAS_FORCE_INLINE bool is_input_done(const size_t i) |