Skip to content

Releases: Alkenso/execq

Improve exception handling

27 Oct 05:49
caab863
Compare
Choose a tag to compare

Improve exception handling

Improved interface intuitivity

21 Sep 19:03
aab24dd
Compare
Choose a tag to compare
3.0.0

Update README.md

Independent tasks execution

15 May 09:56
Compare
Choose a tag to compare

Added ability to enqueue tasks(function-like objects) instead of enqueueing usual objects.

2.0.1

19 Apr 15:57
Compare
Choose a tag to compare

Minor bug fix release. Fixed race condition found in Serial queue.

execq upgrade

13 Apr 16:43
7e916fe
Compare
Choose a tag to compare
  • redesigned library interfaces to be more stable and obvious
  • added concepts of serial and concurrent queues
  • IExecutionQueue::push/emplace methods returns nonblocking std::future to get result (if needed)
  • queues are now cancelable

First release

26 Dec 13:00
Compare
Choose a tag to compare
v1.0.0

Extended functionality adding stream-like processing of the tasks