MyPlot icon indicating copy to clipboard operation
MyPlot copied to clipboard

Async/Await + Libasynql

Open jasonw4331 opened this issue 3 years ago • 0 comments

Introduction

The existing MyPlot implementation is very heavily single threaded and relies on the cache too much.

Relevant issues

  • N/A

Changes

API changes

TODO

Behavioral changes

90% of the API is converted to an async/await structure

Backwards compatibility

There are many BC breaks in the conversion from a synchronous to an asynchronous API. The major version will be bumped to indicate the changes.

Follow-up

TODO

Tests

TODO

jasonw4331 avatar Feb 05 '22 09:02 jasonw4331