Fuzion Logo
fuzion-lang.dev — The Fuzion Language Portal
JavaScript seems to be disabled. Functionality is limited.

abortable

effect.abortable

§abortable(T 
type
, f T)
 => 
unit
:
Any 

execute code provided in f.call while this effect is installed
in the current environment. Return immediately in case abort is
called.

NYI: uses type parameter T only to simplify C backend