Versions in this module Expand all Collapse all v3 v3.30.1 Oct 10, 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)