Skip to content
  • Simon Marlow's avatar
    add noDuplicate# · 78c491b1
    Simon Marlow authored
    This primop ensures that the current computation is not being
    duplicated, by calling threadPaused().  The idea is to use it inside
    unsafePerformIO/unsafeInterleaveIO (see #986).
    78c491b1