Dreamine.Threading 1.0.1
이 패키지는 .NET ThreadPool이나 Task Parallel Library를 대체하려는 목적이 아닙니다.
로딩중...
검색중...
일치하는것 없음
OverflowPollingPolicy.cs
이 파일의 문서화 페이지로 가기
3
5
15{
64 public int GetDelayMs(
68 {
69 ArgumentNullException.ThrowIfNull(options);
70 ArgumentNullException.ThrowIfNull(assignment);
71 ArgumentNullException.ThrowIfNull(context);
72
73 return options.OverflowPollingIntervalMs < 0
74 ? 100
76 }
77}
int GetDelayMs(DreamineThreadOptions options, DreamineThreadCoreAssignment assignment, DreamineThreadCycleContext context)