OSDN Git Service

Adding the ability to move a socket to a different thread/runloop.
authorMathewka <mathewka@git.osdn.jp>
Fri, 15 Apr 2016 23:41:04 +0000 (08:41 +0900)
committerMathewka <mathewka@git.osdn.jp>
Fri, 15 Apr 2016 23:41:04 +0000 (08:41 +0900)
commit9254bd4316330bf0fc685d815495a1ffe066fabb
tree53eefa5698b4326d7e54cbe2d5615ccf6211d13b
parentc47af2e18c641e600ccc87c726512880b3121ced
Adding the ability to move a socket to a different thread/runloop.
18 files changed:
CocoaAsyncSocket/CocoaAsyncSocket-5.1.1/AsyncSocket Documentation.html [new file with mode: 0644]
CocoaAsyncSocket/CocoaAsyncSocket-5.1.1/AsyncSocket.h [new file with mode: 0644]
CocoaAsyncSocket/CocoaAsyncSocket-5.1.1/AsyncSocket.m [new file with mode: 0644]
CocoaAsyncSocket/CocoaAsyncSocket-5.1.1/AsyncUdpSocket.h [new file with mode: 0644]
CocoaAsyncSocket/CocoaAsyncSocket-5.1.1/AsyncUdpSocket.m [new file with mode: 0644]
CocoaAsyncSocket/CocoaAsyncSocket-5.1.1/EchoServer/AppController.h [new file with mode: 0644]
CocoaAsyncSocket/CocoaAsyncSocket-5.1.1/EchoServer/AppController.m [new file with mode: 0644]
CocoaAsyncSocket/CocoaAsyncSocket-5.1.1/EchoServer/EchoServer.xcodeproj/project.pbxproj [new file with mode: 0644]
CocoaAsyncSocket/CocoaAsyncSocket-5.1.1/EchoServer/EchoServer.xcodeproj/robbie.mode1v3 [new file with mode: 0644]
CocoaAsyncSocket/CocoaAsyncSocket-5.1.1/EchoServer/EchoServer.xcodeproj/robbie.pbxuser [new file with mode: 0644]
CocoaAsyncSocket/CocoaAsyncSocket-5.1.1/EchoServer/EchoServer_Prefix.pch [new file with mode: 0644]
CocoaAsyncSocket/CocoaAsyncSocket-5.1.1/EchoServer/English.lproj/InfoPlist.strings [new file with mode: 0644]
CocoaAsyncSocket/CocoaAsyncSocket-5.1.1/EchoServer/English.lproj/MainMenu.nib/designable.nib [new file with mode: 0644]
CocoaAsyncSocket/CocoaAsyncSocket-5.1.1/EchoServer/English.lproj/MainMenu.nib/keyedobjects.nib [new file with mode: 0644]
CocoaAsyncSocket/CocoaAsyncSocket-5.1.1/EchoServer/Info.plist [new file with mode: 0644]
CocoaAsyncSocket/CocoaAsyncSocket-5.1.1/EchoServer/main.m [new file with mode: 0644]
CocoaAsyncSocket/CocoaAsyncSocket-5.1.1/EchoServer/readme.txt [new file with mode: 0644]
CocoaAsyncSocket/CocoaAsyncSocket-5.1.1/changes.txt [new file with mode: 0644]