priority-sync-0.2.1.0: Cooperative task prioritization.

PrioritySync.Internal.RoomConstraint

Synopsis

Documentation

newtype MaxThreads Source

A maximum limit on the number of threads allowed to claim a room.

Constructors

MaxThreads Int 

approveClaims :: RoomConstraint u => [Claim u] -> STM ()Source

approve some claims according to their constraints.