EagerSubjectValue: ValueOrRetriever<unknown | Promise<unknown>>

Value that can be:

  • a plain value - i.e., neither a Promise nor a function

  • a Promise, that will be awaited to retrieve the value

  • a function, that will be called to retrieve one of the above values - still awaiting the Promise