Skip to content

fix Actor and UnboundedBlockingMpscQueue

Florian Fischer 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 Florian Fischer

Merge request reports