Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AsyncResult ¶
type AsyncService ¶
type AsyncService struct {
// contains filtered or unexported fields
}
func NewService ¶
func NewService() *AsyncService
func (*AsyncService) Add ¶
func (r *AsyncService) Add(key string) <-chan AsyncResult
func (*AsyncService) Remove ¶
func (r *AsyncService) Remove(key string)
func (*AsyncService) Set ¶
func (r *AsyncService) Set(key string, result AsyncResult) bool
Click to show internal directories.
Click to hide internal directories.