Ignore:
Timestamp:
Mar 22, 2006 11:49:19 AM (19 years ago)
Author:
bennylp
Message:

Fixed bug in ioqueue with IO Completion Port backend, where events may still be called after key is unregistered

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjlib/include/pj/ioqueue.h

    r66 r349  
    327327 * Note that asynchronous connect operation will automatically be  
    328328 * cancelled during the unregistration. 
     329 * 
     330 * Also note that when I/O Completion Port backend is used, application 
     331 * MUST close the handle immediately after unregistering the key. This is 
     332 * because there is no unregistering API for IOCP. The only way to 
     333 * unregister the handle from IOCP is to close the handle. 
    329334 * 
    330335 * @param key       The key that was previously obtained from registration. 
Note: See TracChangeset for help on using the changeset viewer.