Module polyfill

Module polyfill 

Source
Expand description

Polyfill executor implementation using async-executor.

Structs§

PolyfillExecutor
Polyfill executor implementation using async-executor. This executor is used on platforms that do not have a native executor implementation.

Functions§

start_main_executor
Starts the main executor on a dedicated thread. This function is blocking and should be called once at the start of the program.