05nelsonm / kmp-tor

Kotlin Multiplatform Library for embedding Tor into your applications
Apache License 2.0
33 stars 5 forks source link

Refactor `EnqueuedJob.CancellationPolicy` #413

Closed 05nelsonm closed 3 months ago

05nelsonm commented 3 months ago

To mitigate potentially breaking the API with future changes, this PR refactors the EnqueuedJob.CancellationPolicy subclass to use a builder pattern.