summaryrefslogtreecommitdiff
path: root/ops/optimizer_tests/async_result.rs
blob: c1602ec49589513553c6953c7dfa36cfd48f03f5 (plain)
1
2
3
4
5
6
7
async fn op_read(
  state: Rc<RefCell<OpState>>,
  rid: ResourceId,
  buf: &mut [u8],
) -> Result<u32, Error> {
  // @test-attr:fast
}