Bemby-Software / Nytte

A library of utilities helpful for projects.
0 stars 1 forks source link

Async? #20

Open joeamnesiac opened 2 years ago

joeamnesiac commented 2 years ago

This isn't really an Async method, it's just dressed up like it is.

https://github.com/Bemby-Software/Nytte/blob/03f88ba9455a1847f908e8f5e02d40a03f4e4969/src/Nytte/Wrappers/Json.cs#L22

mumby0168 commented 2 years ago

It very well could be Async your more than welcome to implement the interface and submit a PR. Task.Run would work.