Stephen R. van den Berg wrote:
Marcus Comstedt (ACROSS) (Hail Ilpalazzo!) @ Pike (-) developers forum wrote:
able to do it by calling ->depend() with another Future that completes after N seconds, right?
Correct. Which does mean that I still have to construct that generic "delay-promise". I'd like to give it a home somewhere, since it is not completely trivial. So any suggestions on a name and a spot in the namespace?
On second thought, that might not be needed, maybe I can make it an internal construct that is invoked on delay() and then interjects a depend() using that.