Interface IThreadSwitcher<T>
public interface IThreadSwitcher<T>
Type Parameters
T
- Extension Methods
Methods
SwitchThread(Func<T, Task>, T)
void SwitchThread(Func<T, Task> otherThread, T data)
public interface IThreadSwitcher<T>
T
void SwitchThread(Func<T, Task> otherThread, T data)