Await waits for promise resolution and executes pending jobs Similar to Context.Await but called on Value directly
()
| 1139 | // Await waits for promise resolution and executes pending jobs |
| 1140 | // Similar to Context.Await but called on Value directly |
| 1141 | func (v *Value) Await() *Value { |
| 1142 | return v.ctx.Await(v) |
| 1143 | } |
| 1144 | |
| 1145 | // ============================================================================= |
| 1146 | // CLASS INSTANCE SUPPORT METHODS (replaced invalid class ID constant) |
no outgoing calls