Vips.ThreadState¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
class |
|
class |
|
Virtual Methods¶
- Inherited:
Properties¶
- Inherited:
Signals¶
- Inherited:
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
|---|---|---|---|
a |
r |
||
im |
r |
||
parent_object |
r |
||
pos |
r |
||
reg |
r |
||
stall |
r |
||
stop |
r |
||
x |
r |
||
y |
r |
Class Details¶
- class Vips.ThreadState(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
A [class`ThreadState`] represents a per-thread state.
[callback`ThreadpoolAllocateFn`] functions can use these members to communicate with [callback`ThreadpoolWorkFn`] functions.
::: seealso [func`threadpool_run`].
- classmethod new(im, a)¶
- Parameters:
im (
Vips.Image) –
- Return type: