Wait for .async calls to complete before .terminate?
29 views
Skip to first unread message
TB
unread,
Mar 26, 2018, 12:46:37 PM3/26/18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Celluloid
What is the recommended method to terminate an Actor once all pending .async calls to it have completed? I want to avoid running terminate on an actor when "work" is still pending.