Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ToSubscript ¶
ToSubscript converts a string to subscript to the utmost. It will use original rune if there has no corresponding subscript for a letter.
func ToSuperscript ¶
ToSuperscript converts a string to superscript to the utmost. It will use original rune if there has no corresponding superscript for a letter.
Types ¶
type WorkerPool ¶ added in v0.9.1
type WorkerPool struct {
// contains filtered or unexported fields
}
func NewWorkerPool ¶ added in v0.9.1
func NewWorkerPool() *WorkerPool
func (*WorkerPool) Stop ¶ added in v0.9.1
func (wp *WorkerPool) Stop()
Stop (but does not wait) the pool. It frees the worker.
Click to show internal directories.
Click to hide internal directories.