Skip to content
  • Filip Roséen's avatar
    input: preparser: prepare for multithreaded background worker · 11e76362
    Filip Roséen authored and Romain Vimont's avatar Romain Vimont committed
    As there are plans to make the src/misc/background_worker
    multithreaded, the preparser must be changed in order to support
    having several tasks running in parallel.
    
    These changes accomplishes said goal by moving the relevant
    task related data-members from struct input_preparser_t to a new one,
    so that each task has its own state.
    11e76362