5 lines
194 B
Go
5 lines
194 B
Go
|
// Package allocwatcher allows blocking until another allocation - whether
|
||
|
// running locally or remotely - completes and migrates the allocation
|
||
|
// directory if necessary.
|
||
|
package allocwatcher
|