Skip to content
  • Ell's avatar
    app: add gimp-atomic · 398474ff
    Ell authored
    ... which provides a set of higher-level lock-free atomic
    operations.
    
    Currently, the only two operations are
    gimp_atomic_slist_push_head() and gimp_atomic_slist_pop_head(),
    which atomically push/pop the first element of a GSList.
    398474ff