Relative Content

Tag Archive for gleam

How to sleep in Gleam?

I need to suspend a thread (or process) for a specific duration. In other languages like Python or JavaScript, this can be achieved using time.sleep() or setTimeout(), respectively.