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

Cannot have more than 1 worker thread - documentation bug? #19

Closed
simendsjo opened this issue Apr 28, 2012 · 1 comment
Closed

Cannot have more than 1 worker thread - documentation bug? #19

simendsjo opened this issue Apr 28, 2012 · 1 comment
Assignees

Comments

@simendsjo
Copy link
Contributor

https://github.com/rejectedsoftware/vibe.d/blob/master/source/vibe/core/core.d#L51

@s-ludwig
Copy link
Member

This is a leftover from another approach to handle multithreading (one event loop per thread). The current approach is to start an explicit event loop for each thread instead so the argument is obsolete. I will remove it as it has never worked.

@ghost ghost assigned s-ludwig Apr 28, 2012
s-ludwig added a commit that referenced this issue Apr 28, 2012
…) and removed the corresponding paragraphs.

Fixes issue #19.
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