microsoft / WinObjC

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

NSStream should support event driven run loop integration #1162

Open bbowman opened 7 years ago

bbowman commented 7 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 7 years ago

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