mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-20 19:15:54 +00:00
@@ -65,6 +65,7 @@ public:
|
|||||||
private:
|
private:
|
||||||
enum class CoroState { None, Suspended, Running, Finished };
|
enum class CoroState { None, Suspended, Running, Finished };
|
||||||
|
|
||||||
|
std::atomic_bool exiting_ = false;
|
||||||
detail::LocalValues lvs_;
|
detail::LocalValues lvs_;
|
||||||
JobQueue& jq_;
|
JobQueue& jq_;
|
||||||
JobType type_;
|
JobType type_;
|
||||||
@@ -76,8 +77,6 @@ public:
|
|||||||
boost::coroutines::asymmetric_coroutine<void>::pull_type coro_;
|
boost::coroutines::asymmetric_coroutine<void>::pull_type coro_;
|
||||||
boost::coroutines::asymmetric_coroutine<void>::push_type* yield_;
|
boost::coroutines::asymmetric_coroutine<void>::push_type* yield_;
|
||||||
|
|
||||||
std::atomic_bool exiting_ = false;
|
|
||||||
|
|
||||||
public:
|
public:
|
||||||
// Private: Used in the implementation
|
// Private: Used in the implementation
|
||||||
template <class F>
|
template <class F>
|
||||||
|
|||||||
Reference in New Issue
Block a user