Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 559 Bytes

File metadata and controls

27 lines (17 loc) · 559 Bytes

TCSystem.Thread

NuGet

Thread helper classes including a worker thread that queues commands and executes them in order. Supports async Task-based APIs and cancellation tokens.

Installation

dotnet add package TCSystem.Thread

Features

  • Worker thread with command queue (FIFO execution)
  • Async Task-based APIs
  • Cancellation token support

Dependencies

  • TCSystem.Logging

Targets

  • netstandard2.1
  • net8.0
  • net10.0