Page MenuHome

BLI: Add threading namespace.
ClosedPublic

Authored by Jacques Lucke (JacquesLucke) on Jun 16 2021, 3:13 PM.

Details

Summary

This namespace groups threading related functions/classes. This avoids adding more threading related stuff to the blender namespace. Also it makes naming a bit easier, e.g. the c++ version of BLI_task_isolate could become blender::threading::isolate_task or something similar.

Diff Detail

Repository
rB Blender
Branch
threading-namespace (branched from master)
Build Status
Buildable 15254
Build 15254: arc lint + arc unit

Event Timeline

Jacques Lucke (JacquesLucke) requested review of this revision.Jun 16 2021, 3:13 PM
Jacques Lucke (JacquesLucke) created this revision.

From description and quick look of the code +1!

This revision is now accepted and ready to land.Jun 16 2021, 3:49 PM
This revision was automatically updated to reflect the committed changes.