1 importJava "org.simantics.interop.scl.Threads" where
3 runAsync :: (<Proc>()) -> <Proc> SCLThread
5 setMaximumPoolSize :: Integer -> <Proc> ()
7 importJava "org.simantics.interop.scl.Threads$SCLThread" where
10 isRunning :: SCLThread -> <Proc> Boolean
11 isCompleted :: SCLThread -> <Proc> Boolean
12 hasErrors :: SCLThread -> <Proc> Boolean
13 getReturnValue :: SCLThread -> <Proc> Maybe a