Skip to content

Releases: Alkenso/execq

Improve exception handling

Choose a tag to compare

@Alkenso Alkenso released this 27 Oct 05:49
caab863

Improve exception handling

Improved interface intuitivity

Choose a tag to compare

@Alkenso Alkenso released this 21 Sep 19:03
aab24dd
3.0.0

Update README.md

Independent tasks execution

Choose a tag to compare

@Alkenso Alkenso released this 15 May 09:56

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

2.0.1

Choose a tag to compare

@Alkenso Alkenso released this 19 Apr 15:57

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

execq upgrade

Choose a tag to compare

@Alkenso Alkenso released this 13 Apr 16:43
7e916fe
  • 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

Choose a tag to compare

@Alkenso Alkenso released this 26 Dec 13:00
v1.0.0

Extended functionality adding stream-like processing of the tasks