Skip to content

Releases: artpaul/acto

0.9.0

19 Jan 14:16
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.8.0...0.9.0

0.8.0

29 Apr 22:23
Compare
Choose a tag to compare
  • 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

0.7.0

0.6.0

0.5.0

0.4.0

07 Sep 12:53
Compare
Choose a tag to compare
  • return true if the message has been placed in the actor's mailbox
  • use more std stuff from chrono and thread

0.3.0

14 Apr 14:16
Compare
Choose a tag to compare

Updated for current compilers.