Re: [Gambas-user] Task.Value vanishes

2015-01-22 Thread Benoît Minisini
Le 22/01/2015 23:20, Tobias Boege a écrit : > Hi Benoit, > > we encountered a problem with Task.Value; at least I think it's a problem. > If you have a Task which returns a value and you read it using hTask.Value, > you can't read it again. The reason is straight-forward in gbx_c_task.c. > > Why is

[Gambas-user] Task.Value vanishes

2015-01-22 Thread Tobias Boege
Hi Benoit, we encountered a problem with Task.Value; at least I think it's a problem. If you have a Task which returns a value and you read it using hTask.Value, you can't read it again. The reason is straight-forward in gbx_c_task.c. Why is that so? I wouldn't expect a property read to have writ