https://pantsbuild.org/ logo
f

fast-nail-55400

06/22/2021, 2:16 AM
How do I increment a counter from code that does not have a context available? (Such code would have to call `workunit_store::get_workunit_store_handle`but given
increment_counter
was moved to the workunit, unclear how to model this situation. Would the code just call
in_workunit!
and increment the counter in a trivial child workunit?
👍 1