-
Notifications
You must be signed in to change notification settings - Fork 19
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
Future of sync? #8
Comments
This is totally my fault. I was going to allocate time to write some docs for it and then ask to include it in a Boost release, but never got around to do it. I still want to do it as I think there are useful tools in Boost.Sync, but given the history I'm not sure when I will be able to do it. We could release it as is, I guess... The tests are running, and as far as I can tell they are mostly passing. |
Yes but we'll need some sort of a review first, and at least some explanation what it is and what it's for, if only in a README.md form. :-) |
Would the goal be to move synchronization primitives out of Boost.Thread and use these instead? I agree, a README would be nice. :) I can send in a PR for CMT flavor CI if you'd like. |
One of the goals of Boost.Sync is to be more lightweight than Boost.Thread and provide more synchronization primitives. Also, compatibility with multiple timing libraries. As to whether Boost.Thread would remove its synchronization primitives, I don't think it was discussed.
I think I'll add my own from Boost.Atomic, for example, when the need appears. Thanks for the offer, though. |
The need should be immediate, before anyone uses it. :) |
Plus, given that
this is really confusing Lines 12 to 17 in e211ea4
|
The primary need for CI is for testing PRs. We don't have any.
I've corrected the changelog wording. |
CI is best if you use it during development, so PRs are not needed after you release. :) |
Is a release still happening? I'd love to either see this included in boost, or released seperately, so I can devendor it from supercollider. |
Not in 1.70, unfortunately. |
The echoes from the graveyard continue... |
What's the plan about it? It lingers as a submodule on develop but not on master. Is it ever going to be released?
The text was updated successfully, but these errors were encountered: