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

Ship builds with os.Worker support #9

Open
JerwuQu opened this issue Mar 29, 2022 · 1 comment
Open

Ship builds with os.Worker support #9

JerwuQu opened this issue Mar 29, 2022 · 1 comment

Comments

@JerwuQu
Copy link

JerwuQu commented Mar 29, 2022

Since already building with MinGW and pthreads, perhaps os.Worker could be supported?

Adding -DUSE_WORKER and a macro for pipe like #define pipe(fds) _pipe(fds, 4096, _O_BINARY) seems to do it.

@CardealRusso
Copy link

Since already building with MinGW and pthreads, perhaps os.Worker could be supported?

Adding -DUSE_WORKER and a macro for pipe like #define pipe(fds) _pipe(fds, 4096, _O_BINARY) seems to do it.

I tried to do what you advised. While it compiles successfully, the worker just doesn't work (no errors, it just doesn't work)

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