aleph

2018-07-24T05:44:52.000058Z

Thanks @mccraigmccraig. Not sure I understand the issue completely, but it sounds difficult to solve.

mccraigmccraig 2018-07-24T08:25:34.000111Z

@callum chains of Deferreds are all callbacks under the hood... the callbacks are executed when the Deferred has success! or error! called on it - but who knows when or which Thread that will happen on. this is also worth a read for some more info - https://github.com/ztellman/manifold/blob/master/docs/execution.md

2018-07-27T00:27:26.000144Z

@mccraigmccraig so this problem would also exist in standard Java asynchronous programming?