GlueGen v2.6.0-rc-20250712
GlueGen, Native Binding Generator for Java™ (public API).
com.jogamp.common.util.RunnableExecutor.CurrentThreadExecutor Class Reference
Inheritance diagram for com.jogamp.common.util.RunnableExecutor.CurrentThreadExecutor:
Collaboration diagram for com.jogamp.common.util.RunnableExecutor.CurrentThreadExecutor:

Public Member Functions

void invoke (final boolean wait, final Runnable r)
 
void invoke (boolean wait, Runnable r)
 

Additional Inherited Members

- Static Public Attributes inherited from com.jogamp.common.util.RunnableExecutor
static final RunnableExecutor currentThreadExecutor = new CurrentThreadExecutor()
 This RunnableExecutor implementation simply invokes Runnable#run() on the current thread. More...
 

Detailed Description

Definition at line 42 of file RunnableExecutor.java.

Member Function Documentation

◆ invoke()

void com.jogamp.common.util.RunnableExecutor.CurrentThreadExecutor.invoke ( final boolean  wait,
final Runnable  r 
)
Parameters
waitif true method waits until Runnable#run() is completed, otherwise don't wait.
rthe Runnable to be executed.

Implements com.jogamp.common.util.RunnableExecutor.

Definition at line 46 of file RunnableExecutor.java.


The documentation for this class was generated from the following file: