Promise.resolve

Resolves promise and calles then onResolve callbacks

  1. void resolve()
    class Promise(T, E : Throwable = Exception)
    void
    resolve
    ()
  2. void resolve(T val)

Meta