Skip to content
This repository has been archived by the owner on Jun 23, 2022. It is now read-only.

Commit

Permalink
task: fix based on comments
Browse files Browse the repository at this point in the history
  • Loading branch information
shengofsun committed May 17, 2018
1 parent 2685830 commit 4c69f94
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/dsn/tool-api/future_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
#include <dsn/tool-api/task.h>

namespace dsn {

typedef std::function<void(dsn::error_code)> err_callback;
typedef future_task<dsn::error_code> error_code_future;
typedef dsn::ref_ptr<error_code_future> error_code_future_ptr;
Expand Down

0 comments on commit 4c69f94

Please sign in to comment.