Plutus.PAB.Timeout
newtype Timeout Source #
Constructors
Fields
Defined in Plutus.PAB.Timeout
Methods
def :: Timeout
startTimeout :: Timeout -> IO (TMVar ()) Source #
Create a TMVar that is filled when the timeout expires. If the timeout is Nothing, the TMVar is never filled.
TMVar
Nothing