Uvm_backdoor and uvm_frontdoor parallel access to a register

In reply to chr_sue:

I have a similar issue. I am doing a front-door field write which takes a long time to return. While that is happening I want to poll the DUT register bit with back-door field reads (peek) so I can verify a Read Write Self Clear register is working. Is there a way to do back-door peeks in parallel with front-door writes?

Thanks.