Skip Menu |

This queue is for tickets about the Future-AsyncAwait CPAN distribution.

Report information
The Basics
Id: 123514
Status: open
Priority: 0/
Queue: Future-AsyncAwait

People
Owner: Nobody in particular
Requestors: sri [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Alternative promise implementations
I've tried to make Mojo::Promise work with Future::AsyncAwait, but ran into a little problem with "TODO: handle cx->blk_eval.old_eval_root". As requested on IRC i'm opening a ticket so you don't forget about it. https://gist.github.com/anonymous/9e1f4858d7aa4e2ddb858147f4f6798f
One more data point, it seems to work if i force it to use the IO::Poll backend instead of EV.
On Sat Nov 04 15:43:46 2017, SRI wrote: Show quoted text
> One more data point, it seems to work if i force it to use the > IO::Poll backend instead of EV.
Aha! I was hoping eventually to stumble upon a situation which invoked that. -- Paul Evans