Dreamine.Threading
1.0.1
이 패키지는 .NET ThreadPool이나 Task Parallel Library를 대체하려는 목적이 아닙니다.
Toggle main menu visibility
로딩중...
검색중...
일치하는것 없음
IThreadCoreAllocator.cs
이 파일의 문서화 페이지로 가기
1
using
Dreamine.Threading.Models
;
2
3
namespace
Dreamine.Threading.Interfaces
;
4
13
public
interface
IThreadCoreAllocator
14
{
47
DreamineThreadCoreAssignment
Allocate
(
DreamineThreadOptions
options);
48
65
void
Release
(
DreamineThreadCoreAssignment
assignment);
66
}
Dreamine.Threading.Interfaces
Definition
ICpuInfoProvider.cs:1
Dreamine.Threading.Models
Definition
DreamineThreadCoreAssignment.cs:1
Dreamine.Threading.Interfaces.IThreadCoreAllocator
Definition
IThreadCoreAllocator.cs:14
Dreamine.Threading.Interfaces.IThreadCoreAllocator.Allocate
DreamineThreadCoreAssignment Allocate(DreamineThreadOptions options)
Dreamine.Threading.Interfaces.IThreadCoreAllocator.Release
void Release(DreamineThreadCoreAssignment assignment)
Dreamine.Threading.Models.DreamineThreadCoreAssignment
Definition
DreamineThreadCoreAssignment.cs:12
Dreamine.Threading.Models.DreamineThreadOptions
Definition
DreamineThreadOptions.cs:12
Interfaces
IThreadCoreAllocator.cs
다음에 의해 생성됨 :
1.17.0