Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Commit

Permalink
Make concurrency clear for #9
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchellh authored Jan 16, 2017
1 parent 695d5bb commit ab25296
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion hashstructure.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ type HashOptions struct {
// Hash returns the hash value of an arbitrary value.
//
// If opts is nil, then default options will be used. See HashOptions
// for the default values.
// for the default values. The same *HashOptions value cannot be used
// concurrently. None of the values within a *HashOptions struct are
// safe to read/write while hashing is being done.
//
// Notes on the value:
//
Expand Down

0 comments on commit ab25296

Please sign in to comment.