FuelLabs / fuel-vm

Fuel v2 interpreter in Rust
Other
358 stars 88 forks source link

Make `VmMemoryPool::get_new` async #748

Closed xgreenx closed 5 months ago

xgreenx commented 5 months ago

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

Checklist

Before requesting review