JavaScript supports asynchronous loop iteration in async functions:
for async (const x of y) ...
Differential D33193
clang-format: [JS] for async loops. mprobst on May 15 2017, 6:22 AM. Authored by
Details JavaScript supports asynchronous loop iteration in async functions: for async (const x of y) ...
Diff Detail
Event Timeline
|