iankronquist / rustyvisor

A hypervisor written in Rust.
MIT License
115 stars 9 forks source link

Implement dispatch table #12

Closed iankronquist closed 7 years ago

iankronquist commented 7 years ago
  1. fn dispatch(event :Hashable)
  2. fn register( function pointer)
iankronquist commented 7 years ago

In progress. Depends on #13