Tylertron1998 / mandatum

A simple command library for the Remora.Discord API library powered by source generators to avoid reflection overhead.
MIT License
1 stars 0 forks source link

Replace the Async/Sync Resolver model with a ValueTask based one. #2

Open Tylertron1998 opened 3 years ago

Tylertron1998 commented 3 years ago

Currently there are two interfaces for Resolvers - async and non async. This is done to remove overhead of having a single async one which might not need to be async. This can be solved with ValueTask