Documentation
¶
Index ¶
Constants ¶
View Source
const ( KindDirectIface = 1 << 5 KindMask = (1 << 5) - 1 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Chan ¶
type Chan struct { QueueCount uint // total data in the queue DataQueueSize uint // size of the circular queue Buf unsafe.Pointer // points to an array of dataqsiz elements ElemSize uint16 Closed uint32 }
Chan for go channel
type SliceHeader ¶
SliceHeader copy from reflect.SliceHeader, but using Data type unsafe.Pointer instead of unitptr
type StringHeader ¶
StringHeader copy from reflect.StringHeader, but using Data type unsafe.Pointer instead of unitptr
Click to show internal directories.
Click to hide internal directories.