Versions in this module Expand all Collapse all v3 v3.25.6 Sep 4, 2024 v3.15.6 Sep 3, 2024 Changes in this version + type AsyncResult struct + N int + Res unsafe.Pointer + type Caller struct + FetchResult chan *AsyncResult + QueryResult chan *AsyncResult + func NewCaller() *Caller + func (c *Caller) FetchCall(res unsafe.Pointer, numOfRows int) + func (c *Caller) QueryCall(res unsafe.Pointer, code int) + type Handler struct + Caller *Caller + Handler cgo.Handle + type HandlerPool struct + func NewHandlerPool(count int) *HandlerPool + func (c *HandlerPool) Get() *Handler + func (c *HandlerPool) Put(handler *Handler) Other modules containing this package github.com/i-Things/driver-go/v2