Skip to content

v0.1.30 release

Compare
Choose a tag to compare
@parnham parnham released this 18 Oct 10:29
· 63 commits to master since this release

Add an alternative std::async implementation of Bayer decoding specifically for MSVC since the runtime seems to have issues with joining the PersistentThread created as a thread_local within another thread. Since std::async under MSVC uses a threadpool this should not cause a performance issue.