lhmouse/asteria

`Abstract_Hooks` needs some cleanup

Closed this issue · 0 comments

  1. It's a public class and does not belong in 'runtime'.
  2. There are too many parameters. Maybe we should define some type aliases.
  3. on_function_leave() should be noexcept.