1 #ifndef LIBFILEZILLA_THREAD_HEADER
2 #define LIBFILEZILLA_THREAD_HEADER
6 #if !defined(FZ_WINDOWS) || !(defined(__MINGW32__) || defined(__MINGW64__))
32 #if defined(FZ_WINDOWS) && (defined(__MINGW32__) || defined(__MINGW64__))
35 typedef std::thread::id id;
69 bool joinable()
const;
76 virtual void entry() = 0;
Spawns and represents a new thread of execution.
Definition: thread.hpp:29
The namespace used by libfilezilla.
Definition: apply.hpp:16
Sets some global macros and further includes string.hpp.