diff options
Diffstat (limited to 'aio-win32.c')
-rw-r--r-- | aio-win32.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/aio-win32.c b/aio-win32.c index e460bd848a..a84eb71246 100644 --- a/aio-win32.c +++ b/aio-win32.c @@ -75,6 +75,8 @@ void aio_set_event_notifier(AioContext *ctx, node->io_notify = io_notify; node->io_flush = io_flush; } + + aio_notify(ctx); } bool aio_pending(AioContext *ctx) |