mirror of
https://github.com/FabInfra/capnproto-dotnetcore_Runtime.git
synced 2025-03-12 23:01:44 +01:00
doc. added
This commit is contained in:
parent
4f0abaac73
commit
f896acf06b
@ -7,8 +7,8 @@
|
|||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<PackageReference Include="BenchmarkDotNet" Version="0.12.0" />
|
<PackageReference Include="BenchmarkDotNet" Version="0.12.0" />
|
||||||
<PackageReference Include="Capnp.Net.Runtime" Version="1.3.95-g4f76073ee5" />
|
<PackageReference Include="Capnp.Net.Runtime" Version="1.3.97-g4f0abaac73" />
|
||||||
<PackageReference Include="CapnpC.CSharp.MsBuild.Generation" Version="1.3.95-g4f76073ee5" />
|
<PackageReference Include="CapnpC.CSharp.MsBuild.Generation" Version="1.3.97-g4f0abaac73" />
|
||||||
<PackageReference Include="Google.Protobuf" Version="3.11.3" />
|
<PackageReference Include="Google.Protobuf" Version="3.11.3" />
|
||||||
<PackageReference Include="Grpc.Net.Client" Version="2.27.0" />
|
<PackageReference Include="Grpc.Net.Client" Version="2.27.0" />
|
||||||
<PackageReference Include="Grpc.Tools" Version="2.27.0">
|
<PackageReference Include="Grpc.Tools" Version="2.27.0">
|
||||||
|
@ -6,8 +6,8 @@
|
|||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<PackageReference Include="Capnp.Net.Runtime" Version="1.3.95-g4f76073ee5" />
|
<PackageReference Include="Capnp.Net.Runtime" Version="1.3.97-g4f0abaac73" />
|
||||||
<PackageReference Include="CapnpC.CSharp.MsBuild.Generation" Version="1.3.95-g4f76073ee5" />
|
<PackageReference Include="CapnpC.CSharp.MsBuild.Generation" Version="1.3.97-g4f0abaac73" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
</Project>
|
</Project>
|
||||||
|
@ -121,6 +121,9 @@ namespace Capnp
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Flushes all buffered frames.
|
||||||
|
/// </summary>
|
||||||
public void Flush()
|
public void Flush()
|
||||||
{
|
{
|
||||||
if (Monitor.TryEnter(_writeLock))
|
if (Monitor.TryEnter(_writeLock))
|
||||||
|
@ -10,6 +10,9 @@
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
void Forward(WireFrame frame);
|
void Forward(WireFrame frame);
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Indicates that the endpoint should flush any buffered frames.
|
||||||
|
/// </summary>
|
||||||
void Flush();
|
void Flush();
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user