Package | Description |
---|---|
org.infinispan.executors |
Implementations of different executors used for asynchronous operation.
|
org.infinispan.util.concurrent |
Thread-safe containers and other concurrency-related utilities, designed to supplement JDK concurrency utilities
and containers.
|
Modifier and Type | Method and Description |
---|---|
void |
LazyInitializingBlockingTaskAwareExecutorService.execute(BlockingRunnable runnable) |
Modifier and Type | Method and Description |
---|---|
void |
BlockingTaskAwareExecutorServiceImpl.execute(BlockingRunnable runnable) |
void |
BlockingTaskAwareExecutorService.execute(BlockingRunnable runnable)
Executes the given command at some time in the future when the command is less probably to block a thread.
|
Copyright © 2016 JBoss, a division of Red Hat. All rights reserved.