| 6114 | typename DataType, |
| 6115 | void (*CallJs)(Napi::Env, Napi::Function, ContextType*, DataType*)> |
| 6116 | inline napi_status |
| 6117 | TypedThreadSafeFunction<ContextType, DataType, CallJs>::BlockingCall( |
| 6118 | DataType* data) const { |
| 6119 | return napi_call_threadsafe_function(_tsfn, data, napi_tsfn_blocking); |
| 6120 | } |
| 6121 | |
| 6122 | template <typename ContextType, |
| 6123 | typename DataType, |