• George Knee's avatar
    batcher refactor: flatten out go routines (#12405) · b3ec4d69
    George Knee authored
    * flatten out batcher goroutines
    
    * move wg increment to parent fn
    
    * ensure mainloop closes before receipts loop
    
    * add comments
    
    * pass a context to both loops
    
    * remove debug lines
    
    * clean up mutex handling in receiptsLoop
    
    * don't need to set default value the first time
    * avoid writing to Logger while holding mutex
    
    * typo
    
    * increase log level and include tx.ID
    
    * fix changes from merge, hoist throttling loop goroutine launch to driver
    
    * call done on waitgroup in throttlingLoop
    
    * move function around
    
    hoping this makes the diff nicer
    b3ec4d69
Name
Last commit
Last update
..
batcher Loading commit data...
cmd Loading commit data...
compressor Loading commit data...
flags Loading commit data...
metrics Loading commit data...
rpc Loading commit data...
.gitignore Loading commit data...
Makefile Loading commit data...
architecture.png Loading commit data...
readme.md Loading commit data...