fix Actor and UnboundedBlockingMpscQueue
Compare changes
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()
.