Concurrency library used in the Lemonade codebase (tasking objects, executors). In the verification flow the team applied a 'nasty little trick' forcing concurrent-ruby tasks inline so all recorded work happened within the verification block and under the single Unicorn worker process — preserving thread safety for the dynamic HTTP-stubbing overrides.