You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
run_in_vm() is getting kinda hairy. It would be nice to pull it into a cleaner
abstraction. Maybe with some kinda OpenOptions
like builder to specify options.
A proper object would let us store more state and make the functions smaller.
Not sure if this should be ordered after #45 . Async would make a bunch of this stuff cleaner.
The text was updated successfully, but these errors were encountered:
run_in_vm()
is getting kinda hairy. It would be nice to pull it into a cleanerabstraction. Maybe with some kinda OpenOptions
like builder to specify options.
A proper object would let us store more state and make the functions smaller.
Not sure if this should be ordered after #45 . Async would make a bunch of this stuff cleaner.
The text was updated successfully, but these errors were encountered: