lib/plumbing/actor/async.rb in standard-procedure-plumbing-0.4.3 vs lib/plumbing/actor/async.rb in standard-procedure-plumbing-0.4.4
- old
+ new
@@ -24,10 +24,10 @@
def safely(&)
send_message(:perform_safely, &)
nil
end
- def within_actor? = true
+ def in_context? = true
def stop = nil
Result = Data.define(:task) do
def value