Skip to content

Make all WinAPI calls async!

Compare
Choose a tag to compare
@abbr abbr released this 19 Jul 00:45
· 75 commits to master since this release

This is a significant release to make NodeSSPI fully comply with Node.js non-blocking I/O design philosophy. All WinAPI calls are factored into a separate thread by calling uv_queue_work.