Searched refs:onthen_type (Results 1 – 1 of 1) sorted by relevance
84 typedef std::function<void()> onthen_type; typedef in asyncwithready::ready86 std::function<void(onthen_type)> setthen;89 ready(std::function<void(onthen_type)> st) : setthen(st) {} in ready()91 void then(onthen_type ot) { in then()123 ready no([this](ready::onthen_type ot){ in on_next()153 asyncwithready::ready::onthen_type chunk;