Sequential Scheduler is a task scheduler that run tasks on a single thread.
Using a new free thread or passing a thread into the scheduler are both supported.
Source: https://github.com/SecretNest/SequentialScheduler
Nuget: https://www.nuget.org/packages/SecretNest.SequentialScheduler
Framework Support: net461, netstandard2.0
License: MIT