Skip to content
This repository was archived by the owner on Jun 13, 2022. It is now read-only.

x13a/launch-swift

Repository files navigation

launch-swift

Wrapper for socket activation on macOS.

Examle

To activate socket with test name:

import LaunchSocket

func main() throws {
    let fds = try LaunchSocket.activate("test").get()
    print(fds)
}

main()

About

Wrapper for socket activation on macOS.

Topics

Resources

License

Security policy

Stars

Watchers

Forks

Languages