File tree Expand file tree Collapse file tree 2 files changed +20
-0
lines changed
Expand file tree Collapse file tree 2 files changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -72,6 +72,8 @@ class Storage {
7272
7373 Future <void > awaitInitialized () => Future .doWhile (() => Future .delayed (awaitStateDuration).then ((value) => ! initialized ()));
7474
75+ Future <void > awaitShutdown () => Future .doWhile (() => Future .delayed (awaitStateDuration).then ((value) => initialized ()));
76+
7577 Future <void > awaitImmutable () => Future .doWhile (() => Future .delayed (awaitStateDuration).then ((value) => ! immutable ()));
7678
7779 Future <void > awaitMutable () => Future .doWhile (() => Future .delayed (awaitStateDuration).then ((value) => ! mutable ()));
Original file line number Diff line number Diff line change 1+ - fexceptions
2+ - funwind - tables
3+ - fno - omit - frame - pointer
4+ - fno - stack - protector
5+ - fno - common
6+ - fopenmp
7+ - msse2
8+ - fpic
9+ - Wall
10+ - Wextra
11+ - Wno - strict - aliasing
12+ - Wno - char - subscripts
13+ - Wno - form at - truncation
14+ - Wno - gnu - alignof - expression
15+ - fno - gnu89 - inline
16+ - Wno - cast - function - type
17+
18+ /home/anton/development/dart - tarantool - storage/src/box/errcode.h
You can’t perform that action at this time.
0 commit comments