Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/ReactiveX/RxGo
/ Duration
Interface
Duration
duration.go:14–16 ·
view source on GitHub ↗
Duration represents a duration
Source
from the content-addressed store, hash-verified
12
13
// Duration represents a duration
14
type
Duration
interface
{
15
duration() time.Duration
16
}
17
18
type
duration
struct
{
19
d time.Duration
Callers
8
TestWithFrequency
Function · 0.65
BufferWithTime
Method · 0.65
BufferWithTimeOrCount
Method · 0.65
Debounce
Method · 0.65
Join
Method · 0.65
end
Method · 0.65
WindowWithTime
Method · 0.65
WindowWithTimeOrCount
Method · 0.65
Implementers
3
duration
duration.go
causalityDuration
duration.go
mockDuration
duration.go
Calls
no outgoing calls
Tested by
no test coverage detected