MiniTerm sample should specify long-running task #430

Open
opened 2026-01-30 21:52:15 +00:00 by claunia · 0 comments
Owner

Originally created by @heaths on GitHub (Oct 20, 2018).

In the MiniTerm sample you create tasks to effectively pump IO. Since these could be long-running tasks in a practical application based on the sample, the sample should probably specify TaskCreationOptions.LongRunning to avoid consuming a couple of threads from the ThreadPool.

Originally created by @heaths on GitHub (Oct 20, 2018). In the MiniTerm sample you create tasks to effectively pump IO. Since these could be long-running tasks in a practical application based on the sample, the sample should probably specify TaskCreationOptions.LongRunning to avoid consuming a couple of threads from the ThreadPool.
claunia added the Product-MetaArea-PerformanceIssue-Samples labels 2026-01-30 21:52:15 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#430