Module solana::banking_stage[][src]

The banking_stage processes Transaction messages. It is intended to be used to contruct a software pipeline. The stage uses all available CPU cores and can do its processing in parallel with signature verification on the GPU.

Structs

BankingStage

Stores the stage's thread handle and output receiver.