| Package | Description |
|---|---|
| org.iota.jota.utils.thread |
| Modifier and Type | Method and Description |
|---|---|
static Thread |
ThreadUtils.spawnThread(Runnable runnable,
ThreadIdentifier threadIdentifier)
This method spawns a new
Thread for the given ThreadIdentifier. |
static Thread |
ThreadUtils.stopThread(ThreadIdentifier threadIdentifier)
This method stops the
Thread that is associated with the given ThreadIdentifier. |
Copyright © 2019. All rights reserved.