A value to be given to napi_call_threadsafe_function() to indicate whether the call should block whenever the queue associated with the thread-safe function is full.

    1. typedef enum {
    2. napi_tsfn_nonblocking,
    3. napi_tsfn_blocking
    4. } napi_threadsafe_function_call_mode;