Resource* WaitForResolve();
WaitForResolve is an interface for Waiter. The method is called if we are not responsible for resolving the resources and waits to receive resource. The returned resource will be AddRefed.
Resource object.