public class ExecutableOptions
执行可选项
| 构造器和说明 |
|---|
ExecutableOptions(int parallelismDegree,
kotlinx.coroutines.CoroutineDispatcher executor)
执行可选项
|
ExecutableOptions()
执行可选项
|
| 限定符和类型 | 方法和说明 |
|---|---|
int |
component1()
并行度(最大可提交多少任务)
|
kotlinx.coroutines.CoroutineDispatcher |
component2()
调度器
|
ExecutableOptions |
copy(int parallelismDegree,
kotlinx.coroutines.CoroutineDispatcher executor)
执行可选项
|
boolean |
equals(java.lang.Object p) |
kotlinx.coroutines.CoroutineDispatcher |
getExecutor()
调度器
|
int |
getParallelismDegree()
并行度(最大可提交多少任务)
|
int |
hashCode() |
java.lang.String |
toString() |
public ExecutableOptions(int parallelismDegree,
kotlinx.coroutines.CoroutineDispatcher executor)
执行可选项
parallelismDegree - 并行度(最大可提交多少任务)executor - 调度器parallelismDegree - 并行度(最大可提交多少任务)executor - 调度器public ExecutableOptions()
执行可选项
public int getParallelismDegree()
并行度(最大可提交多少任务)
public kotlinx.coroutines.CoroutineDispatcher getExecutor()
调度器
public int component1()
并行度(最大可提交多少任务)
public kotlinx.coroutines.CoroutineDispatcher component2()
调度器
public ExecutableOptions copy(int parallelismDegree, kotlinx.coroutines.CoroutineDispatcher executor)
执行可选项
parallelismDegree - 并行度(最大可提交多少任务)executor - 调度器public java.lang.String toString()
public int hashCode()
public boolean equals(java.lang.Object p)