Skip to content

Module: core::async

Jovan Gerodetti edited this page Jul 3, 2018 · 3 revisions

async(callback) => {void}

exported: default
kind: function
declaration: const

[default] Executes the callback function as a microtask.

Name Type Description
callback Function task to execute

Clone this wiki locally