Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Primetalk/goio
/ functions
Functions
426 in github.com/Primetalk/goio
⨍
Functions
426
◇
Types & classes
31
Function
TestTakeAndTail
(t *testing.T)
stream/execution_test.go:44
Function
TestTakeWhile
(t *testing.T)
stream/lengthy_test.go:10
Function
TestTextStream
(t *testing.T)
text/file_test.go:23
Function
TestTextStreamWrite
(t *testing.T)
text/file_test.go:38
Function
TestThroughExecutionContextUnordered
(t *testing.T)
stream/pool_test.go:73
Function
TestTimeout
(t *testing.T)
io/time_test.go:11
Function
TestToChannels
(t *testing.T)
stream/channel_test.go:21
Function
TestToString
(t *testing.T)
fun/fun_test.go:27
Function
TestUnion
(t *testing.T)
slice/slice_test.go:137
Function
TestWrapf
(t *testing.T)
stream/stream_test.go:180
Function
TestZipWithIndex
(t *testing.T)
slice/slice_test.go:92
Function
TestZipWithIndex
(t *testing.T)
stream/zip_test.go:11
Function
ToChannelAndClose
ToChannelAndClose sends the value to the channel and then closes the channel.
io/channels.go:35
Function
ToChunks
ToChunks collects incoming elements in chunks of the given size.
stream/chunks.go:14
Function
UnbufferedChannel
UnbufferedChannel returns a resource that manages a channel.
resource/resource.go:122
Function
Unptr
Unptr retrieves the value at pointer. Fails if nil
io/io.go:220
Function
UnsafeCast
UnsafeCast converts interface {} to ordinary type A. It'a simple operation i.(A) represented as a function. In case the conversion is not possible thr
fun/cast.go:22
Function
WithTimeout
WithTimeout waits IO for completion for no longer than the provided duration. If there are no results, the IO will fail with timeout error.
io/time.go:27
Function
add
(a, b int)
maps/maps_test.go:28
Function
add
(i, j int)
slice/slice_test.go:21
Function
concat
(a string, b string)
fun/fun_test.go:10
Function
inc
(i int)
io/common_test.go:19
Function
isEven
(i int)
maps/maps_test.go:24
Function
isEven
(i int)
stream/stream_test.go:58
Function
newChannelController
(capacity int)
stream/pool.go:79
Function
plus
(b int, a int)
stream/stream_test.go:131
← previous
401–426 of 426, ranked by callers