Synchronize the shared resource
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(shared_rhash_t), | intent(in) | :: | this |
subroutine sync(this)
class(shared_rhash_t), intent(in) :: this
call this%indices%sync()
call this%hval_offsets%sync()
end subroutine sync