riteshghorse commented on code in PR #17432:
URL: https://github.com/apache/beam/pull/17432#discussion_r864334662


##########
sdks/go/pkg/beam/core/sdf/lock.go:
##########
@@ -80,3 +80,15 @@ func (rt *LockRTracker) GetRestriction() interface{} {
        defer rt.Mu.Unlock()
        return rt.Rt.GetRestriction()
 }
+
+// IsBounded locks a mutex for thread safety, and then delegates to the
+// underlying tracker's IsBounded(). If BoundableRTracker is not implemented
+// then the RTracker is considered to be bounded by default.
+func IsBounded(rt *LockRTracker) bool {

Review Comment:
   Sorry, bad copying



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to