Channel<T>
Overview
Location
-
Reference:
- Go.dll .NET, .NET Standard 2.0
- Go.fx Island
- Namespace: go.builtin
- Platforms: .NET, .NET Standard 2.0, Island
Properties
Capacity
property Capacity: Int32 read;
var Capacity: Int32 { get{} }
ReadOnly Property Capacity() As Int32
Required Methods
Close
// .NET, .NET Standard 2.0
func Close()
// Island
func Close() void