You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Most Adhearsion operations are blocking: if you start #play, or #ask (for example) the caller is blocked until the method returns some value. This makes developing easier for a lot of use-cases because you don't have to think about dealing with asynchronous behavior.
Right now, ES's #enqueue method is non-blocking. It should be blocking by default, and the documentation should show how to call the method both sync and async.
The text was updated successfully, but these errors were encountered:
Most Adhearsion operations are blocking: if you start
#play
, or#ask
(for example) the caller is blocked until the method returns some value. This makes developing easier for a lot of use-cases because you don't have to think about dealing with asynchronous behavior.Right now, ES's
#enqueue
method is non-blocking. It should be blocking by default, and the documentation should show how to call the method both sync and async.The text was updated successfully, but these errors were encountered: