techyian / MMALSharp

C# wrapper to Broadcom's MMAL with an API to the Raspberry Pi camera.
MIT License
195 stars 33 forks source link

Investigate async context usage. #68

Closed techyian closed 6 years ago

techyian commented 6 years ago

Favorable performance improvements can be made by not using AsyncContext in console applications. Investigate stability when using ConfigureAwait(false).

This also includes re-writing the unit tests to return Tasks.