Overload List
| Name | Description | |
|---|---|---|
| EnumeratableActionThread(Func<(Of <<'(ThreadBase, IEnumerator>)>>)) |
Creates a new Thread which runs the given enumeratable action.
The thread will start running after creation.
| |
| EnumeratableActionThread(Func<(Of <<'(ThreadBase, IEnumerator>)>>), Boolean) |
Creates a new Thread which runs the given enumeratable action.
|