Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Future ¶ added in v0.1.1
type Future struct {
// contains filtered or unexported fields
}
func (*Future) IsComplete ¶ added in v0.1.1
type Notification ¶ added in v0.1.2
type Notification struct {
// contains filtered or unexported fields
}
func NewNotification ¶ added in v0.1.2
func NewNotification() *Notification
func (*Notification) Done ¶ added in v0.1.2
func (n *Notification) Done()
func (*Notification) Wait ¶ added in v0.1.2
func (n *Notification) Wait()
Click to show internal directories.
Click to hide internal directories.