-
Don't write to Async objects after we've deleted them · 5e93d6f2
The handle here is actually the uv_async_t object named watcher that is part of the Async object so we shouldn't try and write to it after the Async object has been freed.
Tom Hughes authored
×