| Package | Description |
|---|---|
| org.bytedeco.arrow |
| Modifier and Type | Class and Description |
|---|---|
class |
SerialExecutor
\brief An executor implementation that runs all tasks on a single thread using an
event loop.
|
class |
ThreadPool
An Executor implementation spawning tasks in FIFO manner on a fixed-size
pool of worker threads.
|
| Modifier and Type | Method and Description |
|---|---|
Executor |
IOContext.executor() |
| Modifier and Type | Method and Description |
|---|---|
static TaskGroup |
TaskGroup.MakeThreaded(Executor arg0) |
static TaskGroup |
TaskGroup.MakeThreaded(Executor arg0,
StopToken arg1) |
| Constructor and Description |
|---|
AsyncContext(Executor executor) |
AsyncContext(Executor executor,
StopToken stop_token,
long external_id) |
AsyncContext(MemoryPool pool,
Executor executor) |
AsyncContext(MemoryPool pool,
Executor executor,
StopToken stop_token,
long external_id) |
IOContext(Executor executor) |
IOContext(Executor executor,
StopToken stop_token,
long external_id) |
IOContext(MemoryPool pool,
Executor executor) |
IOContext(MemoryPool pool,
Executor executor,
StopToken stop_token,
long external_id) |
Copyright © 2021. All rights reserved.