fixed. "nothing" is defined as:
null_actor const nothing = null_actor();
which doesn't make it an actor, rather an "actor base".
Shouldn't it rather be defined as something like:
actor<null_actor> const nothing = null_actor();