Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChildReadyArgs ¶
type ChildReadyArgs struct {
Pid int
}
ChildReadyArgs は子プロセスが準備完了したことを通知するための引数を表します
type Control ¶
type Control struct {
// contains filtered or unexported fields
}
Control はRPCのレシーバとして動作し、子プロセスが準備完了したことを通知するための機能を提供します
func (*Control) ChildReady ¶
func (c *Control) ChildReady(args ChildReadyArgs, reply *struct{}) error
ChildReady は子プロセスが準備完了したことを通知するためのメソッドです 事前に指定したhook関数を実行します
Click to show internal directories.
Click to hide internal directories.