Skip to content

threads: add vlc_once_begin() and vlc_once_complete()

Rémi Denis-Courmont requested to merge Courmisch/vlc:once into master

This supports one-time initialisation without callback, which is somewhat more flexible and provides better type safety.

Merge request reports