Skip to content

[meson] remove obsolete io_batch_anywhere_completions option

Maxim Onciul requested to merge remove-obsolete-batch-meson-option into master

Since 8f38dbed the globalCompleter does always reap and schedule in batches through IoContest::reapAndSchedule<CallerEnvironment::ANYWHERE> -> Runtime::scheduleFromAnywhere(Input it begin, InputIt end) -> AnywhereQueue::insert(Input it begin, InputIt end)

Merge request reports

Loading