Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement ThreadSafeFunction class #442

Closed
wants to merge 1 commit into from

Commits on Jul 3, 2019

  1. Implement ThreadSafeFunction class

    This PR is implementing ThreadSafeFunction class wraps
    napi_threadsafe_function features.
    
    FYI, the test files that included in this PR have come from Node.js
    repo[1]. They've been rewritten based on C++ and node-addon-api.
    
    Fixes nodejs#312.
    
    [1] https://github.com/nodejs/node/tree/master/test/node-api/test_threadsafe_function
    romandev committed Jul 3, 2019
    Configuration menu
    Copy the full SHA
    d534bdf View commit details
    Browse the repository at this point in the history