Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handle ¶
type Handle struct {
Key
// contains filtered or unexported fields
}
func Get ¶
func Get(session *bbgo.ExchangeSession, id string) *Handle
Get finds and returns the worker instance from the pool
func Start ¶
Start starts a worker with the given exchange session, Please note the worker function will be executed immediately.
func (*Handle) Session ¶
func (w *Handle) Session() *bbgo.ExchangeSession
Click to show internal directories.
Click to hide internal directories.