efl/src/bindings/mono
Lauro Moura ef185e5e28 efl-mono: Fix value forwarding in promises/async
Summary:
Values returned from C# Then callbacks must release ownership of the
underlying native value, so Eina code can clean it up nicely and avoid
the Wrapper flushing it early.

The same issue applied to the Async wrappers. In this case the value
passed as the Task parameter could be released by an `using` block
awaiting the value.

Also Future creation was then-ing the wrong handle.

Also add better exception messages.

Reviewers: vitor.sousa, felipealmeida

Reviewed By: vitor.sousa

Subscribers: cedric, #reviewers, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D9197
2019-06-27 19:31:55 -03:00
..
efl_mono csharp: Do some iterations on exit. 2019-05-31 18:01:04 -03:00
eina_mono efl-mono: Fix value forwarding in promises/async 2019-06-27 19:31:55 -03:00
eldbus_mono csharp: Fix free_cb calling under dotnet. 2019-04-15 15:24:29 -03:00
eo_mono efl-mono: Fix value forwarding in promises/async 2019-06-27 19:31:55 -03:00
eolian_mono build: make bindings cross compileable 2018-12-17 17:43:08 +01:00
efl_mono.dll.config.in efl-mono: Remove trailings from template file 2019-01-16 11:57:54 +09:00
meson.build efl_mono: generate efl_canvas_text.eo.cs 2019-05-17 19:54:48 +09:00