http2-3.0.3: HTTP/2 library
Safe HaskellSafe-Inferred
LanguageHaskell2010

Network.HTTP2.Priority.Internal

Synopsis

Documentation

type Key = Int Source #

data Precedence Source #

Internal representation of priority in priority queues. The precedence of a dequeued entry should be specified to enqueue when the entry is enqueued again.

Constructors

Precedence 

data PriorityQueue a Source #

Constructors

PriorityQueue 

Fields