- Notifications
You must be signed in to change notification settings - Fork3
Releases: artpaul/acto
Releases · artpaul/acto
0.9.0
Compare
Could not load tags
Nothing to show
{{ refName }}defaultLoading
What's Changed
- Switch to C++ 20
- Fix object deletion race by@nikola-sh in#5
- Fix race in worker_t by@nikola-sh in#6
- forward rvalue reference instead of move by@yerseg in#7
- Use spin-lock instead of mutex
- Use spin-lock instead of mutex
- Raise queue event only if queue was empty
- Organize code - include / src
New Contributors
- @nikola-sh made their first contribution in#5
- @yerseg made their first contribution in#7
Full Changelog:0.8.0...0.9.0
0.8.0
Compare
Could not load tags
Nothing to show
{{ refName }}defaultLoading
- do not suppress unhandled exceptions
- unlock target's mutex before push object to the queue
- switch to c++17
- move process_messages and sleep to this_thread namespace
- use std::less for pointers comparsion
- just set deleting if terminating
Assets2
0.7.0
Compare
Could not load tags
Nothing to show
{{ refName }}defaultLoading
0.6.0
Compare
Could not load tags
Nothing to show
{{ refName }}defaultLoading
0.5.0
Compare
Could not load tags
Nothing to show
{{ refName }}defaultLoading
0.4.0
Compare
Could not load tags
Nothing to show
{{ refName }}defaultLoading
- return true if the message has been placed in the actor's mailbox
- use more std stuff from chrono and thread
Assets2
0.3.0
Compare
Could not load tags
Nothing to show
{{ refName }}defaultLoading
Updated for current compilers.