1 // Copyright 2009 The RE2 Authors. All Rights Reserved.
2 // Use of this source code is governed by a BSD-style
3 // license that can be found in the LICENSE file.
5 #ifndef RE2_UTIL_THREAD_H__
6 #define RE2_UTIL_THREAD_H__
16 void SetJoinable(bool);
17 virtual void Run() = 0;
25 #endif // RE2_UTIL_THREAD_H__