Versions in this module Expand all Collapse all v1 v1.2.0 Aug 20, 2014 Changes in this version + type SyncPipe struct + func NewSyncPipe() (s *SyncPipe, err error) + func NewSyncPipeFromFd(parentFd, childFd uintptr) (*SyncPipe, error) + func (s *SyncPipe) Child() *os.File + func (s *SyncPipe) Close() error + func (s *SyncPipe) CloseChild() + func (s *SyncPipe) Parent() *os.File + func (s *SyncPipe) ReadFromChild() error + func (s *SyncPipe) ReadFromParent(v interface{}) error + func (s *SyncPipe) ReportChildError(err error) + func (s *SyncPipe) SendToChild(v interface{}) error