We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b8eb5a commit 2a65cd1Copy full SHA for 2a65cd1
firestore/src/common/settings_ios.mm
@@ -19,8 +19,7 @@
19
20
Settings::Settings()
21
: host_(kDefaultHost),
22
- executor_(absl::make_unique<ExecutorLibdispatch>(dispatch_queue_create(
23
- "com.google.firebase.firestore.callback", DISPATCH_QUEUE_SERIAL))) {}
+ executor_(Executor::CreateSerial("com.google.firebase.firestore.callback")) {}
24
25
std::unique_ptr<Executor> Settings::CreateExecutor() const {
26
return absl::make_unique<ExecutorLibdispatch>(dispatch_queue());
0 commit comments