GoLang posix_setpgid

request it (291)
GoLang replacement for PHP's posix_setpgid [edit | history]



Do you know a GoLang replacement for PHP's posix_setpgid? Write it!

PHP posix_setpgid

PHP original manual for posix_setpgid [ show | php.net ]

posix_setpgid

(PHP 4, PHP 5, PHP 7)

posix_setpgidSet process group id for job control

Description

bool posix_setpgid ( int $pid , int $pgid )

Let the process pid join the process group pgid.

Parameters

pid

The process id.

pgid

The process group id.

Return Values

Returns TRUE on success or FALSE on failure.

See Also

  • See POSIX.1 and the setsid(2) manual page on the POSIX system for more informations on process groups and job control.