mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Fix default param using std::function
This commit is contained in:
@@ -12,6 +12,9 @@ class JobQueue
|
||||
public:
|
||||
explicit JobQueue (boost::asio::io_service&);
|
||||
|
||||
// VFALCO TODO make convenience functions that allow the caller to not
|
||||
// have to call bind.
|
||||
//
|
||||
void addJob (JobType type, const std::string& name, const FUNCTION_TYPE<void (Job&)>& job);
|
||||
|
||||
int getJobCount (JobType t); // Jobs waiting at this priority
|
||||
|
||||
Reference in New Issue
Block a user