- Index
- »
- hx
- »
- HxRuntimeLibs
type
HxRuntimeLibs
const mixin HxRuntimeLibs
Haxall runtime library management APIs
methods
actorPool |
Actor thread pool to use for libraries |
---|---|
add |
Enable a library in the runtime |
get |
Lookup an enabled lib by name. |
has |
Check if there is an enabled lib with given name |
list |
List of libs currently enabled sorted by name |
remove |
Disable a library from the runtime. |
Slot Details
actorPool
abstract ActorPool actorPool()
Actor thread pool to use for libraries
add
get
has
list
abstract HxLib[] list()
List of libs currently enabled sorted by name