Remove `@func` usage in `hof`
Closed this issue · 0 comments
katunilya commented
This is wrong behavior as the most inner function where func
is actually called can be both sync and async and we can't be sure if it is sync to use @func
decorator instead of @future_func