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. type WeakThreadId = Word64

    grisette Grisette.Internal.SymPrim.Prim.Internal.Utils

    A weak identifier to a thread id that doesn't prevent its garbage collection.

  2. type WeakThreadIdRef = Weak ThreadId

    grisette Grisette.Internal.SymPrim.Prim.Internal.Utils

    A weak reference to a thread id that doesn't prevent its garbage collection.

  3. addThreadIdFinalizer :: ThreadId -> IO () -> IO ()

    grisette Grisette.Internal.SymPrim.Prim.Internal.Utils

    Add a finalizer to a thread id.

  4. mkWeakThreadIdRefWithFinalizer :: ThreadId -> IO () -> IO (Weak ThreadId)

    grisette Grisette.Internal.SymPrim.Prim.Internal.Utils

    Create a weak reference to a thread id with a finalizer.

  5. myWeakThreadId :: IO WeakThreadId

    grisette Grisette.Internal.SymPrim.Prim.Internal.Utils

    Get a weak identifier to the current thread id.

  6. weakThreadId :: ThreadId -> Word64

    grisette Grisette.Internal.SymPrim.Prim.Internal.Utils

    Get an id of a thread that doesn't prevent its garbage collection.

  7. weakThreadRefAlive :: WeakThreadIdRef -> IO Bool

    grisette Grisette.Internal.SymPrim.Prim.Internal.Utils

    Check if a weak reference to a thread id is still alive.

  8. ButtonboxSpread :: ButtonBoxStyle

    gtk3 Graphics.UI.Gtk.Abstract.ButtonBox

    No documentation available.

  9. GrabAlreadyGrabbed :: GrabStatus

    gtk3 Graphics.UI.Gtk.Gdk.Gdk

    No documentation available.

  10. ButtonboxSpread :: ButtonBoxStyle

    gtk3 Graphics.UI.Gtk.General.Enums

    No documentation available.

Page 764 of many | Previous | Next