summaryrefslogtreecommitdiff
path: root/ops/optimizer_tests/async_result.rs
blob: 54ac20d3ccdfb44cdfbad83e0f74fe0720b5a44f (plain)
1
2
3
4
5
6
async fn op_async_result(
  state: Rc<RefCell<OpState>>,
  rid: ResourceId,
) -> Result<u32, Error> {
  // @test-attr:fast
}