MCPcopy Create free account
hub / github.com/bytecodealliance/wit-bindgen / Cancel

Method Cancel

crates/csharp/src/AsyncSupport.cs:321–324  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

319public class CancelableRead(IVTable cancelableVTable, int handle) : ICancelable
320{
321 public uint Cancel()
322 {
323 return cancelableVTable.CancelRead(handle);
324 }
325}
326
327public class CancelableWrite(IVTable cancelableVTable, int handle) : ICancelable

Callers

nothing calls this directly

Calls 1

CancelReadMethod · 0.45

Tested by

no test coverage detected