Skip to content

fix Actor and UnboundedBlockingMpscQueue

Maxim Onciul requested to merge fix_actor_uninitialized_unblock into master

The first commits prevents undefined behaviour produced by the uninitialized context pointer in the UBMPSC Queue.
The second commit fixes the lost update problem between Actor::stop() and Actor::actorLoop().

Edited by Maxim Onciul

Merge request reports

Loading