05nelsonm / kmp-tor

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

Move `TorCmd.Config.Load` text parsing work to job execution #428

Closed 05nelsonm closed 1 month ago

05nelsonm commented 1 month ago

This PR moves the work of parsing the TorCmd.Config.Load.configText for blank lines and comments to when the job is being executed. This makes the TorCmd.Config.Load object just a holder of information (like the rest of the TorCmd).