microsoft / WinObjC

Objective-C for Windows
MIT License
6.24k stars 808 forks source link

NSStream should support event driven run loop integration #1162

Open bbowman opened 8 years ago

bbowman commented 8 years ago

The NSURL file protocol handler should make use of this model to operate instead of relying on loading the whole file all at once.

rajsesh commented 8 years ago

@msft-Jeyaram had made some progress on this at one point. is this required for #1098 or #1099?