v0.1.30 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.