mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-22 01:11:42 +00:00
This is a breaking change as it makes Async a template (e.g. Async<> must be used instead of just Async). When data parameters are provided, an internal mutex and vector is used to hold the parameter packs until the loop runs.