Documentation
¶
Overview ¶
Copyright 2025 The Hulo Authors. All rights reserved. Use of this source code is governed by a MIT-style license that can be found in the LICENSE file.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NoOpLocker ¶
type NoOpLocker struct{}
NoOpLocker is a virtual implementation of Locker
This is a no-op implementation that does nothing when Lock() or Unlock() is called. It's useful for testing or when you want to maintain the locking interface without actual synchronization.
Click to show internal directories.
Click to hide internal directories.