gears.async.native
package gears.async.native
Members list
Type members
Classlikes
class ExecutorWithSleepThread(val exec: ExecutionContext) extends ExecutionContext, Scheduler
Spawns a single thread that does all the sleeping.
Spawns a single thread that does all the sleeping.
Attributes
- Supertypes
- Known subtypes
class ForkJoinSupport extends SuspendExecutorWithSleep
Attributes
- Supertypes
-
class SuspendExecutorWithSleeptrait NativeSuspendtrait AsyncOperationstrait AsyncSupporttrait SuspendSupportclass ExecutorWithSleepThreadtrait Schedulertrait ExecutionContextclass Objecttrait Matchableclass AnyShow all
- Known subtypes
-
object DefaultSupport
class NativeContinuation[-T, +R] extends Suspension[T, R]
Attributes
- Supertypes
trait NativeSuspend extends SuspendSupport
Attributes
- Supertypes
- Known subtypes
class SuspendExecutorWithSleep(exec: ExecutionContext) extends ExecutorWithSleepThread, AsyncSupport, AsyncOperations, NativeSuspend
Attributes
- Supertypes
-
trait NativeSuspendtrait AsyncOperationstrait AsyncSupporttrait SuspendSupportclass ExecutorWithSleepThreadtrait Schedulertrait ExecutionContextclass Objecttrait Matchableclass AnyShow all
- Known subtypes
-
class ForkJoinSupportobject DefaultSupport
In this article