Ags.ThreadApplicationContext¶
- Subclasses:
None
Methods¶
- Inherited:
Ags.ApplicationContext (10), GObject.Object (37), Ags.Connectable (13), Ags.ConcurrencyProvider (8)
- Structs:
class |
|
class |
|
Virtual Methods¶
Properties¶
- Inherited:
Name |
Type |
Flags |
Short Description |
---|---|---|---|
r/w |
The thread pool which this thread application context assigned to |
Signals¶
- Inherited:
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
---|---|---|---|
application_context |
r |
||
build_id |
r |
||
flags |
r |
||
thread_pool |
r |
||
version |
r |
||
worker |
[ |
r |
Class Details¶
- class Ags.ThreadApplicationContext(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
- classmethod new()¶
- Returns:
the new
Ags.ThreadApplicationContext
- Return type:
Create a new instance of
Ags.ThreadApplicationContext
.New in version 3.0.0.
- classmethod register_types(application_context)¶
- Parameters:
application_context (
Ags.ApplicationContext
) –
Property Details¶
- Ags.ThreadApplicationContext.props.thread_pool¶
- Name:
thread-pool
- Type:
- Default Value:
- Flags:
The assigned thread pool.
New in version 3.0.0.