Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 333 Bytes

README.markdown

File metadata and controls

4 lines (3 loc) · 333 Bytes

AQSocket

Copyright (c) 2011 Jim Dovey. All Rights Reserved.

AQSocket is a simple Objective-C socket class written to make use of dispatch I/O channels on sockets. It uses a CFSocketRef to provide asynchronous connection, and uses dispatch sources and dispatch I/O channels to implement asynchronous read and write operations.