MCPcopy Create free account
hub / github.com/Cyinx/einx / Put

Method Put

timer/timer_pool.go:26–29  ·  view source on GitHub ↗
(x *xtimer)

Source from the content-addressed store, hash-verified

24}
25
26func (t *timerPool) Put(x *xtimer) {
27 x.reset()
28 t.p = append(t.p, x)
29}

Callers 2

delete_timerMethod · 0.45
executeMethod · 0.45

Calls 1

resetMethod · 0.45

Tested by

no test coverage detected