Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Broadcast ¶
type Broadcast struct { Broadcaster defs.Goro Broadcastees map[defs.Goro]struct{} Cond loc.Location }
func (Broadcast) PrettyPrint ¶
func (t Broadcast) PrettyPrint()
type Close ¶
func (Close) PrettyPrint ¶
func (t Close) PrettyPrint()
type In ¶
func (In) PrettyPrint ¶
func (t In) PrettyPrint()
type Lock ¶
func (Lock) PrettyPrint ¶
func (t Lock) PrettyPrint()
type RLock ¶
func (RLock) PrettyPrint ¶
func (t RLock) PrettyPrint()
type RUnlock ¶
func (RUnlock) PrettyPrint ¶
func (t RUnlock) PrettyPrint()
type Receive ¶
func (Receive) PrettyPrint ¶
func (t Receive) PrettyPrint()
type Send ¶
func (Send) PrettyPrint ¶
func (t Send) PrettyPrint()
type Signal ¶
func (Signal) PrettyPrint ¶
func (t Signal) PrettyPrint()
type Sync ¶
func (Sync) PrettyPrint ¶
func (t Sync) PrettyPrint()
type Transition ¶
type Unlock ¶
func (Unlock) PrettyPrint ¶
func (t Unlock) PrettyPrint()
type Wait ¶
func (Wait) PrettyPrint ¶
func (t Wait) PrettyPrint()
Click to show internal directories.
Click to hide internal directories.