Re: [PATCH] Events: fixed style and wrong error handling in the iocp module

2022-09-06 Thread Maxim Dounin
Hello! On Tue, Sep 06, 2022 at 03:49:19PM +0400, Sergey Kandaurov wrote: > > > On 26 Aug 2022, at 05:17, Maxim Dounin wrote: > > > > # HG changeset patch > > # User Maxim Dounin > > # Date 1661476617 -10800 > > # Fri Aug 26 04:16:57 2022 +0300 > > # Node ID 3296b3825fa9b8cd4d0aafb39bb5ea

Re: [PATCH] Events: fixed style and wrong error handling in the iocp module

2022-09-06 Thread Sergey Kandaurov
> On 26 Aug 2022, at 05:17, Maxim Dounin wrote: > > # HG changeset patch > # User Maxim Dounin > # Date 1661476617 -10800 > # Fri Aug 26 04:16:57 2022 +0300 > # Node ID 3296b3825fa9b8cd4d0aafb39bb5ea1fac97c6db > # Parent 069a4813e8d6d7ec662d282a10f5f7062ebd817f > Events: fixed style and

[PATCH] Events: fixed style and wrong error handling in the iocp module

2022-08-25 Thread Maxim Dounin
# HG changeset patch # User Maxim Dounin # Date 1661476617 -10800 # Fri Aug 26 04:16:57 2022 +0300 # Node ID 3296b3825fa9b8cd4d0aafb39bb5ea1fac97c6db # Parent 069a4813e8d6d7ec662d282a10f5f7062ebd817f Events: fixed style and wrong error handling in the iocp module. diff --git a/src/event/mod