Skip to content

A Swift package wrapping the fork() system call.

License

Notifications You must be signed in to change notification settings

tannerdsilva/Cfork

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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()

About

A Swift package wrapping the fork() system call.

Resources

License

Stars

Watchers

Forks

Packages

No packages published