Open reversed-coffee opened 2 years ago
-- Quoted from PR --
Current plans: Refactor from the bottom-up and clean up any redundant code. Document all public API code with inline documentation. Make every single function run asynchronously with CancellationToken support. Completely redo exception throwing, catching, etc. Reimplement logging. Implement a synchronous namespace to run all functions synchronously.
Current plans:
CancellationToken
Refactoring (step 1 and 2) is pretty much done for the Starlight class library now.
-- Quoted from PR --