Skip to content

[LawsScheduler] Guard Runtime::getWorkerId() with CallerEnvironment

Florian Schmaus requested to merge flow/emper:callerenv into master

Calling Runtime::getWorkerId() is only possible from within the runtime, hence guard the call with CallerEnvironment.

Merge request reports