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