Scenario:
When global function A is called, I would like to introduce a time delay after which global function B will be called, but no actor in particular will be associated with the delay.
Questions:
1) Is it possible to introduce the above delay without using a timer?
2) If yes, is it advisable to do this?
3) If no, is it possible to create a timer without assigning it to a particular actor?