type runtime.chantype
7 uses
runtime (current package)
chan.go#L59: func reflect_makechan(t *chantype, size int) *hchan {
chan.go#L63: func makechan64(t *chantype, size int64) *hchan {
chan.go#L71: func makechan(t *chantype, size int) *hchan {
type.go#L95: chantype
type.go#L410: type chantype struct {
type.go#L639: ct := (*chantype)(unsafe.Pointer(t))
type.go#L640: cv := (*chantype)(unsafe.Pointer(v))
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |