plutus-pab-1.2.0.0
Safe Haskell None
Language Haskell2010

Plutus.PAB.Timeout

Synopsis

Documentation

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.