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

Eloop termination #170

Open
mereacre opened this issue Jun 20, 2022 · 1 comment
Open

Eloop termination #170

mereacre opened this issue Jun 20, 2022 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@mereacre
Copy link
Contributor

New future to terminate eloop:

@mereacre mereacre self-assigned this Jun 20, 2022
@mereacre mereacre added the enhancement New feature or request label Jun 20, 2022
@aloisklink
Copy link
Contributor

We can't use eventfd since it's Linux only, and won't be supported on FreeBSD.

If we do add mutex/locks, I'd recommend using standard C threads.h locks, instead of using pthreads (pthreads is supported on both FreeBSD and Linux, but both might have some non-POSIX extensions)

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

No branches or pull requests

2 participants