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

Interface IVTable

crates/csharp/src/AsyncSupport.cs:338–344  ·  view source on GitHub ↗

Common to all VTables.

Source from the content-addressed store, hash-verified

336/// Common to all VTables.
337/// </summary>
338public interface IVTable
339{
340 uint CancelRead(int handle);
341 uint CancelWrite(int handle);
342 uint Size { get; set; }
343 uint Align { get; set; }
344}
345
346public struct FutureVTable : IVTable
347{

Callers 2

CancelMethod · 0.45
CancelMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected