mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-02-27 16:17:22 +00:00
The lock in StateDB is useless. It's only held in Copy, but Copy is safe for concurrent use because all it does is read. |
||
|---|---|---|
| .. | ||
| database.go | ||
| dump.go | ||
| iterator.go | ||
| iterator_test.go | ||
| journal.go | ||
| main_test.go | ||
| managed_state.go | ||
| managed_state_test.go | ||
| state_object.go | ||
| state_test.go | ||
| statedb.go | ||
| statedb_test.go | ||
| sync.go | ||
| sync_test.go | ||