Module foyer_common::asyncify
source · Expand description
The util that convert the blocking call to async call.
Functions§
- Convert the block call to async call.
- Convert the block call to async call with given runtime.
The util that convert the blocking call to async call.