SwayDB
SwayDB copied to clipboard
Implement a `Scheduler` that is backed by compaction thread
Schedular uses java.util.Timer which runs on a background Thread not created by the configured compaction ExecutionContext.
Use Futures to implement a simple Schedular instead of using a Timer.