]> gerrit.simantics Code Review - simantics/platform.git/blob - bundles/org.simantics.scl.runtime/scl/Async.scl
Added <Proc>-effect for function pmap in Async module
[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]