|
Dreamine.Threading 1.0.1
이 패키지는 .NET ThreadPool이나 Task Parallel Library를 대체하려는 목적이 아닙니다.
|


Public 멤버 함수 | |
| int | GetDelayMs (DreamineThreadOptions options, DreamineThreadCoreAssignment assignment, DreamineThreadCycleContext context) |
오버플로 작업을 위한 폴링 간격 정책을 제공합니다.
OverflowPollingPolicy.cs 파일의 14 번째 라인에서 정의되었습니다.
|
inline |
구성된 오버플로 폴링 간격을 반환하며 음수는 100밀리초로 보정합니다.
| options | 오버플로 폴링 간격 설정입니다. |
| assignment | 현재 코어 할당이며 계약 검증을 위해 필요합니다. |
| context | 현재 주기 컨텍스트이며 계약 검증을 위해 필요합니다. |
| ArgumentNullException | 인수 중 하나가 null일 때 발생합니다. |
Dreamine.Threading.Interfaces.IThreadCyclePolicy를 구현.
OverflowPollingPolicy.cs 파일의 64 번째 라인에서 정의되었습니다.
다음을 참조함 : Dreamine.Threading.Models.DreamineThreadOptions.OverflowPollingIntervalMs.