Cfork

master

A Swift package wrapping the fork() system call.
tannerdsilva/Cfork

Cfork

A Swift package wrapping the fork() system call. Swift on Linux allows for fork to be called directly, however, Swift on MacOS will refuse to built code that calls fork() directly. This package serves as a way to get around these cross-platform differences.

import Cfork

_ = cfork()

Description

  • Swift Tools 5.5.0
View More Packages from this Author

Dependencies

  • None
Last updated: Tue Nov 08 2022 06:32:11 GMT-1000 (Hawaii-Aleutian Standard Time)