| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
`Stop()` called `HardStop()` which was then called again by `MainLoop` once the token was cancelled. Removed from `Stop()`. Just let the main loop handle stopping upon receiving the cancellation token. Moved `IsPaused` and `IsStopping` resets to the existing continuation in `Start()`
| Back | FazBrowse Home | New Git URL |
Stop() called HardStop() which was then called again by MainLoop once the token was cancelled. Removed from Stop(). Just let the main loop handle stopping upon receiving the cancellation token. Moved IsPaused and IsStopping resets to the existing continuation in Start()
Closes #228