Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

speed acceleration not working with Golang #474

Open
faayizm opened this issue Jul 31, 2024 · 1 comment
Open

speed acceleration not working with Golang #474

faayizm opened this issue Jul 31, 2024 · 1 comment

Comments

@faayizm
Copy link

faayizm commented Jul 31, 2024

Below is the program i tried.

package main

import (
"fmt"
"time"
)

func main() {
fmt.Println("Starting Go sleep test in infinite loop...")
for {
fmt.Println("Sleeping for 2 seconds...")
time.Sleep(2 * time.Second)
fmt.Println("Awake!")
}
}

@johan-boule
Copy link

Is your go program dynamically linking with the C runtime or is it statically compiled ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants