public staticIEnginecreateEngineWithSharedRunnableExecutor(String engineName)
Creates IEngine instance with the specified engine name. The created engine instance shares the
executor (thread) while performs IRunnableQueue.queueRunnable(Runnable). The executor is acquired by the specified
name.
Parameters:
engineName - the engine name, cannot be null or empty.