namespace Threading

in global :: System

This namespace contains:

namespace Channels
namespace Tasks
struct CancellationToken Propagates notification that operations should be canceled.
struct CancellationTokenRegistration Represents a callback delegate that has been registered with a .
class CancellationTokenSource Signals to a that it should be canceled.
class Interlocked Provides atomic operations for variables that are shared by multiple threads.
class SemaphoreFullException The exception that is thrown when the method is called on a semaphore whose count is already at the maximum.
class SemaphoreSlim Represents a lightweight alternative to that limits the number of threads that can access a resource or pool of resources concurrently.