3 references to AsyncComponent
Microsoft.AspNetCore.Components.Tests (3)
RendererTest.cs (3)
181var component = new AsyncComponent(tcs.Task, 5); // Triggers n renders, the first one creating <p>n</p> and the n-1 renders asynchronously update the value. 320var component1 = new AsyncComponent(tcs1.Task, 1); 329var component2 = new AsyncComponent(tcs2.Task, 1);