parse_async

Function parse_async 

Source
pub fn parse_async(
    filename: String,
    source_text: String,
    options: Option<ParserOptions>,
) -> AsyncTask<ResolveTask>
Expand description

Parse asynchronously.

Note: This function can be slower than parseSync due to the overhead of spawning a thread.