This enables using the isIsolatingCurrentContext() API when we have an any Actor, e.g. from an @isolated(any) closure. changed return value of isIsolatingCurrentContext from Bool to Bool?, where the ...