Skip to content
Snippets Groups Projects
  • Enrico Guiraud's avatar
    00b6d2c8
    [DF] Use a RAII helper to pop/push slots from RSlotStack · 00b6d2c8
    Enrico Guiraud authored
    This prevents certain ugly error messages in case an exception is
    thrown during a multi-thread event loop: before this patch, in that
    case the thread's slot number was never returned to the RSlotStack
    and it could result in some misleading error messages being printed on
    screen.
    00b6d2c8
    History
    [DF] Use a RAII helper to pop/push slots from RSlotStack
    Enrico Guiraud authored
    This prevents certain ugly error messages in case an exception is
    thrown during a multi-thread event loop: before this patch, in that
    case the thread's slot number was never returned to the RSlotStack
    and it could result in some misleading error messages being printed on
    screen.