Documentation
¶
Overview ¶
*
- @author Leo Li
*
- @author Leo Li
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CurGoroutineID ¶
func CurGoroutineID() uint64
Types ¶
type GoRoutineLocal ¶
type GoRoutineLocal struct {
// contains filtered or unexported fields
}
func NewGoRoutineLocal ¶
func NewGoRoutineLocal() *GoRoutineLocal
func (*GoRoutineLocal) Del ¶
func (m *GoRoutineLocal) Del(k interface{})
func (*GoRoutineLocal) DelMap ¶
func (m *GoRoutineLocal) DelMap()
func (*GoRoutineLocal) Get ¶
func (m *GoRoutineLocal) Get(k interface{}) (interface{}, bool)
func (*GoRoutineLocal) Set ¶
func (m *GoRoutineLocal) Set(k, v interface{})
Click to show internal directories.
Click to hide internal directories.