Skip to content

src: override CreateJob()

Rodrigo Muino Tomonari requested to merge github/fork/georgexu99/createJob into main

This Chromium CL changed Platform::CreateJob to an abstract method, asking embedders to implement it themselves: https://chromium-review.googlesource.com/c/v8/v8/+/3779694

This patch adds an override for NodePlatform::CreateJob, using the same parameters as PostJob

Co-authored-by: Keeley Hammond vertedinde@electronjs.org

Merge request reports

Loading