Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/NVIDIA/aistore
/ Fin
Method
Fin
transport/api.go:172–175 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
170
}
171
172
func
(s *Stream) Fin() {
173
_ = s.Send(&Obj{Hdr: ObjHdr{Opcode: opcFin}})
174
s.wg.Wait()
175
}
176
177
////////////////////
178
// message stream //
Callers
9
Example_headers
Function · 0.45
Example_obj
Function · 0.45
Test_MultipleNetworks
Function · 0.45
Test_OnSendCallback
Function · 0.45
Test_ObjAttrs
Function · 0.45
Test_CompressedOne
Function · 0.45
Test_DryRun
Function · 0.45
streamWriteUntil
Function · 0.45
apply
Method · 0.45
Calls
2
Send
Method · 0.95
Wait
Method · 0.65
Tested by
8
Example_headers
Function · 0.36
Example_obj
Function · 0.36
Test_MultipleNetworks
Function · 0.36
Test_OnSendCallback
Function · 0.36
Test_ObjAttrs
Function · 0.36
Test_CompressedOne
Function · 0.36
Test_DryRun
Function · 0.36
streamWriteUntil
Function · 0.36