Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LamportClock ¶
type LamportClock struct {
// contains filtered or unexported fields
}
func (*LamportClock) GetTime ¶
func (clock *LamportClock) GetTime() int32
func (*LamportClock) Increment ¶
func (clock *LamportClock) Increment()
func (*LamportClock) Initialize ¶
func (clock *LamportClock) Initialize()
func (*LamportClock) SyncTime ¶
func (receiver *LamportClock) SyncTime(senderTime int32)
Click to show internal directories.
Click to hide internal directories.