Sylvain Wallez wrote:
> Leszek Gawron wrote:
>> Carsten Ziegeler wrote:
>>
>>> Ok, it seems we should vote on this topic. As you all know,
>>> including the version of rhino in 2.1.x has legal problems
>>> and we have to do something about it.
>>>
>>> Fortunately, the latest version of Rhino is licenced under an acceptable
>>> term, so we could include that version in 2.1.x. Unfortunately this
>>> creates minor incompatibilites and might infect people using specific
>>> functions in flowscript. On the other hand, if we insist on using the
>>>
>> which are?
>>
>
> The special exception constructs to catch continuation suspend and
> restore, that can be used to cleanup or restore non-suspendable resources.
>
> try {
> // code...
> } catch(break) {
> // continuation suspended
> } catch(continue) {
> // continuation restored
> }
AFAIU from the thread provided there is a replacement using finally
keyword. I'm fine with that.
--
Leszek Gawron CTO at MobileBox Ltd.