> > Preliminary tests with Promises have been catastrophic... > Quick update, after further research i've found a way to make it work, inside-out objects. Preliminary test results have been so good that inside-out storage has already been added as a feature to Mojo::IOLoop::Delay. It basically works as a protective fence around your closures and prevents circular references.
https://github.com/kraih/mojo/commit/0caa9135ae85f6a413fe0483e526e69e7e808ba3#diff-892d699369fe9beca14818a2019adc36R10 This could be adapted for inside-out promises, so you never have to worry about "weaken" ever again. -- sebastian -- You received this message because you are subscribed to the Google Groups "Mojolicious" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/mojolicious. For more options, visit https://groups.google.com/d/optout.
