How do I increment a counter from code that does n...
# development
f
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