C# 클래스 AsyncDolls.AsyncScript

파일 보기 프로젝트 열기: danielmarbach/async-dolls

비공개 메소드들

메소드 설명
AsyncVoid ( ) : Task
AvoidAsyncVoid ( ) : void
CPUBound ( ) : Task
Concurrent ( ) : Task
ConfigureAwait ( ) : Task
CpuBoundMethod ( int i ) : void
Delay ( int milliseconds ) : void
DelayAsync ( int milliseconds ) : Task
DoesNotShortcut ( ) : Task
DoesShortcut ( ) : Task
DontMixBlockingAndAsync ( ) : void
IOBound ( ) : Task
IoBoundMethod ( ) : Task
Sequential ( ) : Task
ShortcutTheStatemachine ( ) : Task
ThatsMe ( ) : void