Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is this library multiprocess safe? #39

Open
kevin-tso opened this issue Jul 21, 2023 · 2 comments
Open

Is this library multiprocess safe? #39

kevin-tso opened this issue Jul 21, 2023 · 2 comments

Comments

@kevin-tso
Copy link

No description provided.

@TMODER
Copy link

TMODER commented Sep 6, 2023

log_set_lock(log_LockFn fn, void *udata)
If the log will be written to from multiple threads a lock function can be set. The function is passed the boolean true if the lock should be acquired or false if the lock should be released and the given udata value.

@kevin-tso
Copy link
Author

kevin-tso commented Sep 6, 2023 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants