This repository has been archived by the owner on Nov 15, 2023. It is now read-only.
Async/Await support for Off-chain Workers #5212
Labels
J0-enhancement
An additional feature request.
Milestone
Offchain workshop follow up task.
We have identified that it would be possible to introduce Futures and kernel-like epoll mechanism to offchain workers to later on facilitate
async/await
kind of workflows.Currently the main use case is http calls, but in the future this could enable other tasks that can be executed in parallel (like networking or workers (#1459), etc).
CC @Xanewok @drahnr
Initial implementation:
https://github.com/paritytech/substrate/tree/igor-ocw-async
The text was updated successfully, but these errors were encountered: