package
Version:
v0.0.6
Opens a new window with list of versions in this module.
Published: Oct 16, 2020
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
ScheduleProcess manage the schedule of Process instance, defying a interval time in milliseconds
type Process struct {
Function func()
Channel chan string
}
NewProcess create and returns a Process instance, defying a "main" function and a main channel to communicate
Source Files
¶
Click to show internal directories.
Click to hide internal directories.