groostav
04/05/2018, 6:42 PMSequentialExecutorFacade
, which takes an executor as "backing executor", and simply ensures that all calls to submit
, execute
, schedule (if scheduled)
, etc, all run jobs seemingly on a single thread. I dont need gaurentees about which thread its run on but I want gaurentees that only 1 job will be run at a time.