Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(106)

Side by Side Diff: utils/fslock/export_test.go

Issue 8602046: Provide a file system level lock.
Patch Set: Provide a file system level lock. Created 10 years, 11 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 package fslock
2
3 import (
4 "time"
5 )
6
7 // SetLockWaitDelay updates the package lockWaitDelay for testing purposes.
8 func SetLockWaitDelay(delay time.Duration) {
9 lockWaitDelay = delay
10 }
OLDNEW
« no previous file with comments | « [revision details] ('k') | utils/fslock/fslock.go » ('j') | utils/fslock/fslock.go » ('J')

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b