Package-level declarations
Types
Link copied to clipboard
object GuestExecution
Provides pre-made implementations of GuestExecutor classes, which are used at guest VM run-time to provide managed and background-enabled execution services, which are aware of lock-state with regard to guest context.
Link copied to clipboard
Defines the API surface made available, and expected, for guest execution management; a guest executor is provided for host-side use, in the execution of guest code, which should be background-invoked by a guest runtime.
Link copied to clipboard
Factory interface for creating a GuestExecutor early in the runtime boot process; see GuestExecutorFactory, and note that this interface is overridden for testing purposes.