118 Views
I was looking through some code and found this class recently. It almost reminds me of a class I saw called a speed up loop. This however, is obviously more important to the grand scheme of politics eh! public class BureaucratJob : IJob { readonly ITradeReconciler reconciler; readonly ICalculationQueue queue; ILog log; public BureaucratJob(ITradeReconciler reconciler, ICalculationQueue queue) { this.reconciler = reconciler; this.queue = queue; } public void...
0 comments