| Package | Description |
|---|---|
| org.bytedeco.arrow | |
| org.bytedeco.arrow.global |
| Modifier and Type | Method and Description |
|---|---|
StopSourceResult |
StopSourceResult.getPointer(long i) |
StopSourceResult |
StopSourceResult.position(long position) |
StopSourceResult |
StopSourceResult.put(StopSourceResult other)
Copy-assignment operator.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
StopSourceResult.Equals(StopSourceResult other)
Compare to another Result.
|
StopSourceResult |
StopSourceResult.put(StopSourceResult other)
Copy-assignment operator.
|
| Constructor and Description |
|---|
StopSourceResult(StopSourceResult other)
Copy constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static StopSourceResult |
arrow.SetSignalStopSource()
EXPERIMENTAL: Set a global StopSource that can receive signals
The only allowed order of calls is the following:
- SetSignalStopSource()
- any number of pairs of (RegisterCancellingSignalHandler,
UnregisterCancellingSignalHandler) calls
- ResetSignalStopSource()
Beware that these settings are process-wide.
|
Copyright © 2021. All rights reserved.