Add check for `result` type to `deliver`
This commit adds a `static_assert` to `response_promise::deliver` which prevents faulty usage of `result<...>` and `deliver`. closes #592
Showing
Please register or sign in to comment
This commit adds a `static_assert` to `response_promise::deliver` which prevents faulty usage of `result<...>` and `deliver`. closes #592