SwayDB icon indicating copy to clipboard operation
SwayDB copied to clipboard

Implement a `Scheduler` that is backed by compaction thread

Open simerplaha opened this issue 4 years ago • 0 comments

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.

simerplaha avatar Dec 13 '21 23:12 simerplaha