Async future::then type fix
This commit is contained in:
parent
585fff7683
commit
e5c806a198
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ namespace psemek::async
|
|||
template <typename T>
|
||||
struct then_function
|
||||
{
|
||||
using type = util::function<void(T)>;
|
||||
using type = util::function<void(T &)>;
|
||||
};
|
||||
|
||||
template <>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue