Documentation ¶
Index ¶
- type Future
- func (f *Future) Bytes() (b []byte)
- func (f *Future) Int() (i int)
- func (f *Future) IsEmpty() bool
- func (f *Future) Result() (dtoResult *indyDto.Result)
- func (f *Future) SetChan(ch findy.Channel)
- func (f *Future) Str1() string
- func (f *Future) Str2() string
- func (f *Future) Strs() (s1, s2, s3 string)
- type State
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Future ¶
type Future struct { On State V interface{} // contains filtered or unexported fields }
func NewFuture ¶
func NewFuture(ch findy.Channel) *Future
NewFuture changes the existing findy.Channel to a Future.
Click to show internal directories.
Click to hide internal directories.