20 #include <ripple/beast/core/CurrentThreadName.h> 
   21 #include <ripple/core/Job.h> 
   55 Job::clock_type::time_point 
const&
 
  
std::function< void()> mJob
 
bool operator>=(const Job &j) const
 
clock_type::time_point const  & queue_time() const
Returns the time when the job was queued.
 
bool operator<=(const Job &j) const
 
bool operator<(const Job &j) const
 
Job()
Default constructor.
 
void setCurrentThreadName(std::string_view name)
Changes the name of the caller thread.
 
Use hash_* containers for keys that do not need a cryptographically secure hashing algorithm.
 
bool operator>(const Job &j) const
 
clock_type::time_point m_queue_time
 
std::shared_ptr< LoadEvent > m_loadEvent