[swift-users] Bls: NSTask's terminate() is not yet implemented on Linux

Quinn "The Eskimo!" eskimo1 at apple.com
Tue Jan 24 02:47:00 CST 2017


On 24 Jan 2017, at 06:57, Mr Bee via swift-users <swift-users at swift.org> wrote:

> Although I'm not sure killing a process is similar to terminating it …

This (sending a `SIGTERM`) is what you’ll get on Darwin (although the `terminate()` method itself is more complex due to a bunch of bookkeeping requirements).

Share and Enjoy
--
Quinn "The Eskimo!"                    <http://www.apple.com/developer/>
Apple Developer Relations, Developer Technical Support, Core OS/Hardware




More information about the swift-users mailing list