Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
N
neoppod
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Levin Zimmermann
neoppod
Commits
43838f7c
Commit
43838f7c
authored
Mar 04, 2019
by
Kirill Smelkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
0d9a603c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
go/zodb/db.go
go/zodb/db.go
+3
-3
No files found.
go/zodb/db.go
View file @
43838f7c
...
...
@@ -139,13 +139,13 @@ func NewDB(stor IStorage) *DB {
return
db
}
// shutdown mark db no longer operational due to reason.
// shutdown mark
s
db no longer operational due to reason.
//
// It serves both explicit Close, or shutdown triggered due to error received
// by watcher.
// by watcher.
Only the first shutdown call has the effect.
func
(
db
*
DB
)
shutdown
(
reason
error
)
{
db
.
downOnce
.
Do
(
func
()
{
db
.
downErr
=
reason
// XXX err ctx ?
db
.
downErr
=
reason
close
(
db
.
down
)
db
.
stor
.
DelWatch
(
db
.
watchq
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment