Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ID string
Functions ¶
This section is empty.
Types ¶
type Promise ¶
type Promise struct {
// contains filtered or unexported fields
}
func NewPromise ¶
func NewPromise() *Promise
func (*Promise) LoadWithTimeout ¶
type PromiseEvent ¶
type PromiseEvent struct {
// contains filtered or unexported fields
}
func PostPromiseEvent ¶
func PostPromiseEvent(id int64, proto yocki.Protocal) PromiseEvent
func (PromiseEvent) Id ¶
func (e PromiseEvent) Id() int64
func (PromiseEvent) Proto ¶
func (e PromiseEvent) Proto() yocki.Protocal
Click to show internal directories.
Click to hide internal directories.