SendingChannel<T>
Overview
Location
-
Reference:
- Go.dll .NET, .NET Standard 2.0
- Go.fx Island
- Namespace: go.builtin
- Platforms: .NET, .NET Standard 2.0, Island
- Ancestry: Channel<T> | SendingChannel<T>
Required Methods
Send
method Send(aVal: T)
void Send(T aVal)
func Send(_ aVal: T)
// .NET, .NET Standard 2.0
func Send(aVal T)
// Island
func Send(aVal T) void
Sub Send(aVal As T)
Parameters:
- aVal:
TrySend
method TrySend(aVal: T): IWaitSendMessage
IWaitSendMessage TrySend(T aVal)
func TrySend(_ aVal: T) -> IWaitSendMessage
func TrySend(aVal T) IWaitSendMessage
Function TrySend(aVal As T) As IWaitSendMessage
Parameters:
- aVal: