framework
framework copied to clipboard
Multi threaded sequencer
Currently, all operations and computation we do is blocking the main thread (except for proving tasks). This includes heavy things like block and batch productions. We should spawn separate threads for each of those tasks so that those things can 1. happen in parallel and 2. utilize a greater number of cpu cores