[DOC] Monitor

This commit is contained in:
Nobuyoshi Nakada 2024-12-25 13:16:14 +09:00
parent 871124c3ea
commit 2acbf45d36
No known key found for this signature in database
GPG Key ID: 3582D74E1FEE4465
Notes: git 2024-12-25 04:21:47 +00:00

View File

@ -238,6 +238,8 @@ module MonitorMixin
@mon_data_owner_object_id = self.object_id
end
# Ensures that the MonitorMixin is owned by the current thread,
# otherwise raises an exception.
def mon_check_owner
@mon_data.mon_check_owner
end