Uses of Class
ca.phon.worker.PhonWorker
Package
Description
Root package for phon application.
-
Uses of PhonWorker in ca.phon.app
-
Uses of PhonWorker in ca.phon.app.opgraph.editor.actions.debug
Modifier and TypeMethodDescriptionprotected PhonWorker
OpgraphDebugAction.getOpgraphThread()
Return the opgraph execution thread for the debug action. -
Uses of PhonWorker in ca.phon.plugin
Modifier and TypeMethodDescriptionstatic PhonTask
PluginEntryPointRunner.executePluginOnThread
(IPluginEntryPoint ep, PhonWorker thread) static PhonTask
PluginEntryPointRunner.executePluginOnThread
(IPluginEntryPoint ep, Map<String, Object> args, PhonWorker thread) PluginEntryPointRunner.executePluginOnThread
(PhonWorker thread) Execute plugin on the given worker thread.static PhonTask
PluginEntryPointRunner.executePluginOnThread
(String epName, PhonWorker thread) static PhonTask
PluginEntryPointRunner.executePluginOnThread
(String epName, Map<String, Object> args, PhonWorker thread) -
Uses of PhonWorker in ca.phon.ui.action
-
Uses of PhonWorker in ca.phon.worker
Modifier and TypeMethodDescriptionstatic PhonWorker
PhonWorker.createWorker()
Creates a new PhonWorker thread and returns it.static PhonWorker
PhonWorker.createWorker
(ConcurrentLinkedQueue<Runnable> queue) Create a new worker using a shared queue.static PhonWorker
PhonWorker.getInstance()
Get the static instancestatic PhonWorker
PhonWorker.getShutdownThread()
PhonWorkerGroup.getThreads()