public final class ServiceMT extends Object
| Constructor and Description |
|---|
ServiceMT() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(ForkJoinTask<?> task) |
void |
execute(IRuntimeEnv env,
Runnable runnable) |
void |
executeAll(ForkJoinTask<?>... tasks) |
static ServiceMT |
getInstance() |
void |
join(IRuntimeEnv env) |
public static ServiceMT getInstance()
public void execute(IRuntimeEnv env, Runnable runnable)
public void execute(ForkJoinTask<?> task)
public void executeAll(ForkJoinTask<?>... tasks)
public void join(IRuntimeEnv env)
Copyright © 2004–2019 OpenL Tablets. All rights reserved.