FuelLabs / fuel-vm

Fuel v2 interpreter in Rust
Other
344 stars 77 forks source link

Make `VmMemoryPool::get_new` async #748

Closed xgreenx closed 1 month ago

xgreenx commented 1 month ago

In fuel-core we are using a tokio mutex and it requires async context.

Checklist

Before requesting review