Hey guys, I've mentioned this before but I want to...
# coroutines
g
Hey guys, I've mentioned this before but I want to bring it up one more time because I'm clearly thinking differently than many; I want a
SequentialExecutorFacade
, 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.