B4A 10.9 adds an additional check for Resumable Subs
The following code now raises a warning #36
B4X:
Wait For (B4XT_checks.SetData(data)) Complete
We should add a return parameter after Complete, but which is the correct one?
The SetData floating info does not specify the returned values, probably because it is unused.
In such cases, what is the correct behavior?
I resorted to looking at the B4XTable source to find out SetData returns a Boolean.
The question becomes: when the source is not available, and the returned value is of no use, any return type will suffice, or something like (unused as Object) ?