Package | Description |
---|---|
com.aspose.imaging.multithreading |
The namespace contains Multithreading classes.
|
Modifier and Type | Class and Description |
---|---|
class |
InterruptMonitor
Represents information about interruption.
|
Modifier and Type | Method and Description |
---|---|
static IInterruptMonitor |
InterruptMonitor.getThreadLocalInstance()
Gets the IInterruptMonitor instance which is unique for each thread.
|
Modifier and Type | Method and Description |
---|---|
static void |
InterruptMonitor.setThreadLocalInstance(IInterruptMonitor value)
Sets the IInterruptMonitor instance which is unique for each thread.
|