Module async

Source

Modules§

future

Functions§

create_future_value
Create an empty FutureValue in the linear memory and return a FatPtr to it.
resolve_async_value
Note: In this case we are only interested in the pointer itself, we do not want to deserialize it (which would actually free it as well). This function also doesn’t call another function since everything is contained in the env object.