Hoogle Search

Within LTS Haskell 24.52 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. _schemaReadOnly :: Schema -> Maybe Bool

    swagger2 Data.Swagger

    No documentation available.

  2. _schemaReadOnly :: Schema -> Maybe Bool

    swagger2 Data.Swagger.Internal

    No documentation available.

  3. class HasReadOnly s a | s -> a

    swagger2 Data.Swagger.Lens

    No documentation available.

  4. runReadyServer :: forall (procs :: [Type]) . AreProcs procs => (Port -> IO ()) -> HList procs -> (HandlesOf procs -> IO Application) -> IO (ServerHandle procs)

    tmp-proc System.TmpProc.Warp

    Like runServer; with an additional ready that determines if the server is ready.'.

  5. runReadyTLSServer :: forall (procs :: [Type]) . AreProcs procs => TLSSettings -> (Port -> IO ()) -> HList procs -> (HandlesOf procs -> IO Application) -> IO (ServerHandle procs)

    tmp-proc System.TmpProc.Warp

    Like runReadyServer; the port is secured with TLSSettings.

  6. testWithReadyApplication :: forall (procs :: [Type]) a . AreProcs procs => (Port -> IO ()) -> HList procs -> (HandlesOf procs -> IO Application) -> ((HandlesOf procs, Port) -> IO a) -> IO a

    tmp-proc System.TmpProc.Warp

    Set up some ProcHandles then run an Application that uses them on a free port. Allows the app to configure itself using the tmp procs, then provides a callback with access to the handles. Also runs a ready action that to determine if the application started correctly. The tmp procs are shut down when the application is shut down.

  7. testWithReadyTLSApplication :: forall (procs :: [Type]) a . AreProcs procs => TLSSettings -> (Port -> IO ()) -> HList procs -> (HandlesOf procs -> IO Application) -> ((HandlesOf procs, Port) -> IO a) -> IO a

    tmp-proc System.TmpProc.Warp

    Like testWithReadyApplication; the port is secured with TLSSettings.

  8. threadWaitDuplex :: (AllowInput mode, AllowOutput mode) => T mode -> IO ()

    alsa-seq Sound.ALSA.Sequencer.Concurrent

    Wait until new input is available or new output may be drained

  9. threadWaitInput :: AllowInput mode => T mode -> IO ()

    alsa-seq Sound.ALSA.Sequencer.Concurrent

    Wait for new input to be available from the sequencer (even if there is already input in the buffer)

  10. threadWaitOutput :: AllowOutput mode => T mode -> IO ()

    alsa-seq Sound.ALSA.Sequencer.Concurrent

    Wait until new output may be drained from the buffer to the sequencer (even if the output buffer is already empty)

Page 555 of many | Previous | Next