Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewConcurrentSlice ¶
func NewConcurrentSlice() *concurrentSlice
Convenience function that creates a new concurrent slice
Types ¶
type ConcurrentMapItem ¶
type ConcurrentMapItem struct { Key string Value interface{} }
Concurrent map item
type ConcurrentSliceItem ¶
type ConcurrentSliceItem struct { Index int Value interface{} }
Concurrent slice item
Click to show internal directories.
Click to hide internal directories.