Table of Contents

Interface IThreadSwitcher<T>

Namespace
Lykke.Common
Assembly
Lykke.Common.dll
public interface IThreadSwitcher<T>

Type Parameters

T
Extension Methods

Methods

SwitchThread(Func<T, Task>, T)

void SwitchThread(Func<T, Task> otherThread, T data)

Parameters

otherThread Func<T, Task>
data T