CoreNetworking icon indicating copy to clipboard operation
CoreNetworking copied to clipboard

Support libdispatch scheduling throughout

Open keithduncan opened this issue 12 years ago • 2 comments

Original author: [email protected] (February 23, 2010 10:17:56)

This will remove the need for a client t schedule them in a serial queue.

Original issue: http://code.google.com/p/amber-framework/issues/detail?id=34

keithduncan avatar Nov 25 '12 13:11 keithduncan

The only problem class is NSStream/CFStream which doesn’t support dispatch scheduling, these classes can be replaced with custom stream subclasses that do support dispatch scheduling for file descriptors, or wait for the classes to support dispatch scheduling natively.

keithduncan avatar Dec 31 '12 17:12 keithduncan

Started AFNetworkStream to support dispatch scheduling of file descriptor based socket but doesn’t support connect by name so it can’t replace NSInputStream/NSOutputStream

keithduncan avatar Jan 26 '13 16:01 keithduncan