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. newtype ThreadPool

    gi-glib GI.GLib.Structs.ThreadPool

    Memory-managed wrapper type.

  2. ThreadPool :: ManagedPtr ThreadPool -> ThreadPool

    gi-glib GI.GLib.Structs.ThreadPool

    No documentation available.

  3. clearThreadPoolFunc :: MonadIO m => ThreadPool -> m ()

    gi-glib GI.GLib.Structs.ThreadPool

    Set the value of the “func” field to Nothing. When overloading is enabled, this is equivalent to

    clear #func
    

  4. clearThreadPoolUserData :: MonadIO m => ThreadPool -> m ()

    gi-glib GI.GLib.Structs.ThreadPool

    Set the value of the “user_data” field to Nothing. When overloading is enabled, this is equivalent to

    clear #userData
    

  5. getThreadPoolExclusive :: MonadIO m => ThreadPool -> m Bool

    gi-glib GI.GLib.Structs.ThreadPool

    Get the value of the “exclusive” field. When overloading is enabled, this is equivalent to

    get threadPool #exclusive
    

  6. getThreadPoolFunc :: MonadIO m => ThreadPool -> m (Maybe Func_WithClosures)

    gi-glib GI.GLib.Structs.ThreadPool

    Get the value of the “func” field. When overloading is enabled, this is equivalent to

    get threadPool #func
    

  7. getThreadPoolUserData :: MonadIO m => ThreadPool -> m (Ptr ())

    gi-glib GI.GLib.Structs.ThreadPool

    Get the value of the “user_data” field. When overloading is enabled, this is equivalent to

    get threadPool #userData
    

  8. newZeroThreadPool :: MonadIO m => m ThreadPool

    gi-glib GI.GLib.Structs.ThreadPool

    Construct a ThreadPool struct initialized to zero.

  9. setThreadPoolExclusive :: MonadIO m => ThreadPool -> Bool -> m ()

    gi-glib GI.GLib.Structs.ThreadPool

    Set the value of the “exclusive” field. When overloading is enabled, this is equivalent to

    set threadPool [ #exclusive := value ]
    

  10. setThreadPoolFunc :: MonadIO m => ThreadPool -> FunPtr C_Func -> m ()

    gi-glib GI.GLib.Structs.ThreadPool

    Set the value of the “func” field. When overloading is enabled, this is equivalent to

    set threadPool [ #func := value ]
    

Page 487 of many | Previous | Next