mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-16 07:36:10 -04:00
Internal change
PiperOrigin-RevId: 361877303
This commit is contained in:
@@ -16,6 +16,7 @@
|
||||
#define PLATFORM_PUBLIC_SINGLE_THREAD_EXECUTOR_H_
|
||||
|
||||
#include "platform/public/submittable_executor.h"
|
||||
#include "absl/base/thread_annotations.h"
|
||||
|
||||
namespace location {
|
||||
namespace nearby {
|
||||
@@ -24,7 +25,7 @@ namespace nearby {
|
||||
// queue.
|
||||
//
|
||||
// https://docs.oracle.com/javase/8/docs/api/java/util/concurrent/Executors.html#newSingleThreadExecutor--
|
||||
class SingleThreadExecutor final : public SubmittableExecutor {
|
||||
class ABSL_LOCKABLE SingleThreadExecutor final : public SubmittableExecutor {
|
||||
public:
|
||||
using Platform = api::ImplementationPlatform;
|
||||
SingleThreadExecutor()
|
||||
|
||||
Reference in New Issue
Block a user