Skip to content

Commit 6873108

Browse files
committed
Leave ToDo
1 parent 7432f05 commit 6873108

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/malloy/client/http/request_result.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ namespace malloy::client::http
1010
/**
1111
* Result of an HTTP request
1212
*/
13+
// ToDo: Instead of this function, should we return a pair or tuple so we can write: auto [ec, resp] = co_await foo(); ?
1314
template<concepts::response_filter Filter>
1415
struct request_result
1516
{

0 commit comments

Comments
 (0)