Documentation ¶
Index ¶
Constants ¶
View Source
const ( WorkerPoolSize = 16 WorkerPoolSpawn = 4 WorkerPoolQueue = 16 )
Variables ¶
This section is empty.
Functions ¶
func NewAsyncLocalClient ¶
func NewAsyncLocalClientCreator ¶
func NewAsyncLocalClientCreator(app types.Application, log log.Logger) proxy.ClientCreator
Types ¶
type ApplicationCC ¶
type ApplicationCC interface { types.Application PreCheckTx(req types.RequestCheckTx) types.ResponseCheckTx PreDeliverTx(req types.RequestDeliverTx) types.ResponseDeliverTx }
Click to show internal directories.
Click to hide internal directories.