Documentation
¶
There is no documentation for this package.
Directories
¶
| Path | Synopsis |
|---|---|
|
internal
|
|
|
atomicio
Package atomicio implements durable, crash-safe file writes via the temp-file + fsync + rename + dir-fsync pattern.
|
Package atomicio implements durable, crash-safe file writes via the temp-file + fsync + rename + dir-fsync pattern. |
|
cslock
Package cslock provides a non-blocking, OS-level advisory lock around a single cs operation on a single task.
|
Package cslock provides a non-blocking, OS-level advisory lock around a single cs operation on a single task. |
|
journal
Package journal records in-flight cs operations so an abandoned operation (e.g., a killed process) can be rolled back on the next invocation.
|
Package journal records in-flight cs operations so an abandoned operation (e.g., a killed process) can be rolled back on the next invocation. |
|
version
Package version exposes the build-time injected version of the cs binary.
|
Package version exposes the build-time injected version of the cs binary. |
Click to show internal directories.
Click to hide internal directories.