NAME
Evo::Promise::Sync
VERSION
version 0.0405
SYNOPSIS This class exists for internal purposes only to make d_resolve a little bit simpler. Probably, you're looking for ::Deferred
False value of blocking means we're in the async level should call *_continue to start traverse. True value means we're already in the current d_resolve loop
try_thenable
You should check should_resolve after invocation and ONLY if it's true, continue the loop in d_resolve, or break it otherwise.
Because true value means blocking resolve was called with v and we need extra loop, because blocking resolve dosn't call d_resolve (but blocking reject calls d_reject)
AUTHOR
alexbyk.com
COPYRIGHT AND LICENSE
This software is copyright (c) 2016 by alexbyk.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.