mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-12 19:02:12 +00:00
as alien::run_on() requires the function to be noexcept, let's make this explicit. also, this paves the road to the type constraint added to `alien::run_on()`. the type contraint will enforce this requirement to the function passed to `alien::run_on()`. Signed-off-by: Kefu Chai <kefu.chai@scylladb.com> Closes #13375