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

Public 멤버 함수 | |
| DreamineThreadCoreAssignment | Allocate (DreamineThreadOptions options) |
| void | Release (DreamineThreadCoreAssignment assignment) |
작업자 스레드를 CPU 코어에 할당하는 서비스 계약을 정의합니다.
IThreadCoreAllocator.cs 파일의 13 번째 라인에서 정의되었습니다.
| DreamineThreadCoreAssignment Dreamine.Threading.Interfaces.IThreadCoreAllocator.Allocate | ( | DreamineThreadOptions | options | ) |
지정한 스레드 옵션에 맞는 CPU 코어 할당을 만듭니다.
| options | 코어 모드와 수동 코어를 포함하는 스레드 옵션입니다. |
| ArgumentNullException | options 가 null이면 구현체가 발생시킬 수 있습니다. |
| void Dreamine.Threading.Interfaces.IThreadCoreAllocator.Release | ( | DreamineThreadCoreAssignment | assignment | ) |
이전에 할당한 CPU 코어 할당을 해제합니다.
| assignment | 해제할 CPU 코어 할당입니다. |