Package com.iizix.virtual


package com.iizix.virtual
  • Class
    Description
    The interface used to handle virtual threads in Java 21 (JEP 444), or when the Java option --enable-preview is set on the command line for Java 19 or 20.
    The inheritable thread data stored for each thread in the system.
    Enumeration indicating the type of thread group.
    The VirtualThreadGroup is used to manage native and virtual threads for an receiving end-point in the server, a server session with another server, an application session, a client session, or a VirtualSpace Viewer session for development servers.
    Support for better concurrency support in IIZI by means of VirtualThreads Threads in the JVM.