Multithreading API Index

This index provides a categorized overview of the primary APIs available in the .NET Framework for managing and utilizing multithreading.

Core Threading Types

Synchronization Primitives

These types help manage concurrent access to shared resources.

Tasks and Parallelism

Higher-level abstractions for asynchronous operations and data parallelism.

Advanced Concepts and Related APIs