Skip to content
  • Martyn Gigg's avatar
    Capture variable by value in lambda · e8d5cc60
    Martyn Gigg authored
    The range variable in startAsync could be the
    result of a temporary such that its lifetime
    is shorter than the lambda captured by the
    thread resulting in a stack-use-after-scope
    error in ASAN
    e8d5cc60