How to implement delay in uvm reg callback?

I have various regs which have side effect.
For understanding how to implement side effect I read the following section in uvm-tutorial-for-candy-lovers:

http://cluelogic.com/2016/08/uvm-tutorial-for-candy-lovers-register-callbacks/

In case I want to add delay to the callback which is defined there, how can I implement it?