gears.async.AsyncOperations
See theAsyncOperations companion trait
Attributes
-
Companion
-
trait
-
Graph
-
-
Supertypes
-
class Object
trait Matchable
class Any
-
Self type
-
Members list
Yields the current Async context, possibly allowing other computations to run.
Yields the current Async context, possibly allowing other computations to run.
Attributes
Suspends the current Async context for at least millis
milliseconds.
Suspends the current Async context for at least millis
milliseconds.
Value parameters
-
millis
-
The duration to suspend, in milliseconds. Must be a positive integer.
Attributes
Suspends the current Async context for duration
.
Suspends the current Async context for duration
.
Value parameters
-
duration
-
The duration to suspend. Must be positive.
Attributes