mirror of
https://github.com/FabInfra/capnproto-dotnetcore_Runtime.git
synced 2025-03-12 23:01:44 +01:00
Fixed Thread.Join race condition in Tcp server Removed unnecessary code Added some integration-level tests for capnpc-csharp
10 lines
83 B
Cap'n Proto
10 lines
83 B
Cap'n Proto
@0x93d3c4d19cd84a4c;
|
|
|
|
enum Enumerant {
|
|
byte @0;
|
|
}
|
|
|
|
struct Foo {
|
|
foo @0: UInt8;
|
|
}
|