efl_mono: Reject the promise when it's disposed.
authorLauro Moura <lauromoura@expertisesolutions.com.br>
Thu, 17 May 2018 22:46:57 +0000 (19:46 -0300)
committerWonki Kim <wonki_.kim@samsung.com>
Fri, 1 Jun 2018 01:59:18 +0000 (10:59 +0900)
commit12d61e706b4bf43736431b1b8d52a7c424d8b359
treed5a3f13a89470b2941f406f8da058a8308186681
parentd5dfee3e450745b5eebd918889f075d5e7956db9
efl_mono: Reject the promise when it's disposed.

Summary:
As futures are tied to a given promises and are usually handled in
a 'attach and forget' scheme, we can't cancel them as it would cancel
the whole chain.

Reviewers: felipealmeida, vitor.sousa

Reviewed By: vitor.sousa

Subscribers: cedric, #committers, zmike

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D6189
src/bindings/mono/eina_mono/eina_promises.cs
src/tests/efl_mono/Promises.cs