[][src]Module gwasm_api::golem

Convenience async functions for creating gWasm tasks, connecting to a Golem instance, and listening for task's progress as it's computed on Golem.

Structs

TaskStatus

Stores current status of gWasm task

Functions

compute

A convenience function for running a gWasm Task on Golem

create_task

A convenience function for creating a gWasm Task on Golem

poll_task_progress

A convenience function for polling gWasm Task's computation progress on Golem