]> gerrit.simantics Code Review - simantics/platform.git/blob - bundles/org.simantics.scl.runtime/scl/Async.scl
Bumped master target, org.simantics.sdk and desktop versions to 1.34.0
[simantics/platform.git] / bundles / org.simantics.scl.runtime / scl / Async.scl
1 importJava "org.simantics.scl.runtime.utils.AsyncUtils" where
2     runAsync :: (<Proc> a) -> <Proc> ()
3     pmap :: (a -> <Proc> b) -> [a] -> <Proc> [b]