interface CanRun
Interface CanRun is the link between Threads and user code. This interface should be implemented by the user and used to spawn a new thread. The run() method is then executed on the newly spawned thread.
Claude Abounegm
| Modifiers | Return Types | Method and Description |
|---|---|---|
public |
() |
run() |
public run() => ()