]> gerrit.simantics Code Review - simantics/platform.git/blob - bundles/org.simantics.scl.runtime/scl/Async.scl
Upgraded HDF5 library to 1.10.2 and added linux support
[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]