it.unibo.scafi.lib.StdLib_NewProcesses
Example: spawn .where(mid == 2) .every(30, dt()) .generateKeys[Long](k => List(k)) .run[Int,Int]{ rep(_)(_+1) }.withArgs(1000)
(Since version ) see corresponding Javadoc for more information.
Example: spawn .where(mid == 2) .every(30, dt()) .generateKeys[Long](k => List(k)) .run[Int,Int]{ rep(_)(_+1) }.withArgs(1000)