Skip to content

i cant using one parameter. #2

@TapXWorld

Description

@TapXWorld

`package main
import (
"fmt"
"github.com/scottkiss/grtm"
"time"
)
func main() {
gm := grtm.NewGrManager()

gm.NewGoroutine("func", test, "hello")

time.Sleep(time.Second * 5000)

}

func test(str string) {
fmt.Println(str)
}`

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions