| 6123 | typename DataType, |
| 6124 | void (*CallJs)(Napi::Env, Napi::Function, ContextType*, DataType*)> |
| 6125 | inline napi_status |
| 6126 | TypedThreadSafeFunction<ContextType, DataType, CallJs>::NonBlockingCall( |
| 6127 | DataType* data) const { |
| 6128 | return napi_call_threadsafe_function(_tsfn, data, napi_tsfn_nonblocking); |
| 6129 | } |
| 6130 | |
| 6131 | template <typename ContextType, |
| 6132 | typename DataType, |