Module io.inverno.mod.base
Package io.inverno.mod.base.concurrent
package io.inverno.mod.base.concurrent
Concurrent API.
-
ClassDescriptionA lock-free command executor which guarantees the execution of commands in sequence.A reactor defines the core threading model of Inverno's applications and more specifically it provides the main event loop group.A marker interface that is detected on
Threads
to indicate that a thread is part of a reactor.ReactorScope<T>A reactor scope is used to provide bean instances bound to the current reactor thread.ThreadScope<T>A thread scope is used to provide bean instances bound to the current thread.A specific Reactor backed by Vert.x core.