SuspendExecutorWithSleep
gears.async.native.SuspendExecutorWithSleep
class SuspendExecutorWithSleep(exec: ExecutionContext) extends ExecutorWithSleepThread, AsyncSupport, AsyncOperations, NativeSuspend
Attributes
- Graph
-
- Supertypes
-
trait NativeSuspendtrait AsyncOperationstrait AsyncSupporttrait SuspendSupportclass ExecutorWithSleepThreadtrait Schedulertrait ExecutionContextclass Objecttrait Matchableclass AnyShow all
- Known subtypes
-
class ForkJoinSupportobject DefaultSupport
Members list
Type members
Types
Inherited types
A marker for the "limit" of "delimited continuation".
The provided suspension type.
Value members
Inherited methods
Set the suspension marker as the body's caller, and execute body.
Set the suspension marker as the body's caller, and execute body.
Attributes
- Definition Classes
- Inherited from:
- NativeSuspend
Attributes
- Definition Classes
- Inherited from:
- ExecutorWithSleepThread
Attributes
- Definition Classes
-
ExecutorWithSleepThread -> ExecutionContext
- Inherited from:
- ExecutorWithSleepThread
Attributes
- Definition Classes
- Inherited from:
- ExecutorWithSleepThread
Should return immediately if resume is called from within body
Should return immediately if resume is called from within body
Attributes
- Definition Classes
- Inherited from:
- NativeSuspend
Deprecated and Inherited methods
Attributes
- Deprecated
-
[Since version 2.12.0]preparation of ExecutionContexts will be removed - Inherited from:
- ExecutionContext
Inherited fields
Attributes
- Inherited from:
- ExecutorWithSleepThread
In this article