Overload List

  NameDescription
Public methodEnumeratableActionThread(Func<(Of <<'(ThreadBase, IEnumerator>)>>))
Creates a new Thread which runs the given enumeratable action. The thread will start running after creation.
Public methodEnumeratableActionThread(Func<(Of <<'(ThreadBase, IEnumerator>)>>), Boolean)
Creates a new Thread which runs the given enumeratable action.

See Also