]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.scl.runtime/scl/Async.scl
Added a new function pmap to Async module
[simantics/platform.git] / bundles / org.simantics.scl.runtime / scl / Async.scl
index c47f457ef7d5751aa5e5d0c8bc2056b0219368d5..9ff397f19cdf2fec1a89dc2c933598d2c5678133 100644 (file)
@@ -1,2 +1,3 @@
 importJava "org.simantics.scl.runtime.utils.AsyncUtils" where
-    runAsync :: (<Proc> a) -> <Proc> ()
\ No newline at end of file
+    runAsync :: (<Proc> a) -> <Proc> ()
+    pmap :: (a -> b) -> [a] -> [b]