Skip to content

Should finish be uninterruptible? #17

Description

@codygman

This change seems to fix the symptom I get a couple levels up the abstraction chain in Persistent:

finish :: Connection
       -> IO ()
finish (Conn fp _) = do
    uninterruptibleMask_ $ finalizeForeignPtr fp

yesodweb/persistent#1199

I discovered this fixed that symptom here: yesodweb/persistent#1199 (comment)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions