Skip to content

Commit

Permalink
remove compile warning
Browse files Browse the repository at this point in the history
  • Loading branch information
attobit committed Mar 31, 2017
1 parent f5a41b1 commit 1658ce3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ void thread_func()
//create routine with callback like std::function<void()>
coroutine::routine_t rt1 = coroutine::create(routine_func1);
coroutine::routine_t rt2 = coroutine::create(std::bind(routine_func2, 2));
int rc;

std::cout << "00" << std::endl;
coroutine::resume(rt1);
Expand Down

0 comments on commit 1658ce3

Please sign in to comment.