MCPcopy Create free account

hub / github.com/Primetalk/goio / functions

Functions426 in github.com/Primetalk/goio

FunctionTestTakeAndTail
(t *testing.T)
stream/execution_test.go:44
FunctionTestTakeWhile
(t *testing.T)
stream/lengthy_test.go:10
FunctionTestTextStream
(t *testing.T)
text/file_test.go:23
FunctionTestTextStreamWrite
(t *testing.T)
text/file_test.go:38
FunctionTestThroughExecutionContextUnordered
(t *testing.T)
stream/pool_test.go:73
FunctionTestTimeout
(t *testing.T)
io/time_test.go:11
FunctionTestToChannels
(t *testing.T)
stream/channel_test.go:21
FunctionTestToString
(t *testing.T)
fun/fun_test.go:27
FunctionTestUnion
(t *testing.T)
slice/slice_test.go:137
FunctionTestWrapf
(t *testing.T)
stream/stream_test.go:180
FunctionTestZipWithIndex
(t *testing.T)
slice/slice_test.go:92
FunctionTestZipWithIndex
(t *testing.T)
stream/zip_test.go:11
FunctionToChannelAndClose
ToChannelAndClose sends the value to the channel and then closes the channel.
io/channels.go:35
FunctionToChunks
ToChunks collects incoming elements in chunks of the given size.
stream/chunks.go:14
FunctionUnbufferedChannel
UnbufferedChannel returns a resource that manages a channel.
resource/resource.go:122
FunctionUnptr
Unptr retrieves the value at pointer. Fails if nil
io/io.go:220
FunctionUnsafeCast
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
FunctionWithTimeout
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
Functionadd
(a, b int)
maps/maps_test.go:28
Functionadd
(i, j int)
slice/slice_test.go:21
Functionconcat
(a string, b string)
fun/fun_test.go:10
Functioninc
(i int)
io/common_test.go:19
FunctionisEven
(i int)
maps/maps_test.go:24
FunctionisEven
(i int)
stream/stream_test.go:58
FunctionnewChannelController
(capacity int)
stream/pool.go:79
Functionplus
(b int, a int)
stream/stream_test.go:131
← previous401–426 of 426, ranked by callers