fix Actor and UnboundedBlockingMpscQueue
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