Home >Backend Development >Golang >Why does golang sleep have no return value?

Why does golang sleep have no return value?

(*-*)浩
(*-*)浩Original
2019-12-17 11:11:552769browse

Why does golang sleep have no return value?

#Golang’s sleep can use sleep in the time package.

# The prototype of the function is: (Recommended learning: Go )

func Sleep(d Duration)

. The unit of #Duration is nanosecond.

For ease of use, time constants are defined in time:

type Duration int64

The above is the detailed content of Why does golang sleep have no return value?. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn