Auto status change to "Under Review"
@@ -36,9 +36,9 namespace Implab { | |||||
36 |
|
36 | |||
37 | else if (m_dispatcher != null) |
|
37 | else if (m_dispatcher != null) | |
38 | // dispatch (see ecma-262/6.0: 25.4.1.3.2 Promise Resolve Functions) |
|
38 | // dispatch (see ecma-262/6.0: 25.4.1.3.2 Promise Resolve Functions) | |
39 |
m_dispatcher.Enqueue(() => thenable |
|
39 | m_dispatcher.Enqueue(() => Chain(thenable)); | |
40 | else |
|
40 | else | |
41 |
thenable |
|
41 | Chain(thenable); | |
42 | } |
|
42 | } | |
43 |
|
43 | |||
44 | void Chain(IPromise thenable) { |
|
44 | void Chain(IPromise thenable) { |
General Comments 3
ok, latest stable version should be in default
You need to be logged in to leave comments.
Login now