|
|
|
|
|
by pjmlp
2342 days ago
|
|
I mean that they have been moving away into more macOS specific code. The POSIX network stack for example, is now deprecated, and one must use Network.framework for the more up to date features, "Introducing Network.framework: A modern alternative to Sockets" https://developer.apple.com/videos/play/wwdc2018/715/ "Optimizing Your App for Today’s Internet" https://developer.apple.com/videos/play/wwdc2018/714/ Likewise the long term roadmap introduced in Catalina plans to turn macOS into a micro-kernel, by moving all kernel extensions into userspace drivers. |
|