micros

package
v1.0.247 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 18, 2025 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func EnableAfterDuration

func EnableAfterDuration(Object IEnable, Duration time.Duration)

EnableAfterDuration - выполняет Enable() после паузы

func EnableAfterDuration_go

func EnableAfterDuration_go(Object IEnable, Duration time.Duration)

EnableAfterDuration_go - горутина, выполняет Enable() после паузы

func EnableAfterMilliSeconds

func EnableAfterMilliSeconds(Object IEnable, MilliSeconds int)

EnableAfterMilliSeconds - выполняет Enable() после паузы

Types

type IDisable

type IDisable interface {
	Disable()
}

IDisable - интерфейс для отключения

type IEnable

type IEnable interface {
	Enable()
}

IEnable - интерфейс для включения

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL