Open
Description
pthread_once
is a way to execute a function only once (https://pubs.opengroup.org/onlinepubs/7908799/xsh/pthread_once.html) and assure that the function has run after it returns. This would probably be useful to provide in Julia.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment