Top "Suspend" questions

Bash date/time arithmetic

I have a little Bash script which suspends the computer after a given number of minutes. However, I'd like to …

bash date time sleep suspend
COROUTINE_SUSPENDED and suspendCoroutineOrReturn in Kotlin

The idea of coroutines in kotlin was to abstract the notion of suspension and callbacks and write simple sequential code. …

jvm kotlin coroutine suspend
Is it possible to suspend and resume a windows Azure server?

I have a program that I run only 1-2 hours a day. Is there a way to suspend the Azure …

azure suspend
iOS: How to tell when an app is going to suspend?

I want to know when my app is going to be suspend? The state of not being active for a …

ios objective-c background suspend application-state
Delphi thread that waits for data, processes it, then resumes waiting

I need to create a thread in Delphi with the following characteristics: Waits until the main thread adds data to …

multithreading delphi queue resume suspend
Suspend / Hibernate pc with python

I'd like to write a short python script that puts my computer to sleep. I'Ve already searched the API but …

python sleep suspend
Linux suspend/resume code flow (on android phone)

Does anyone know any good reading on how the whole process and code flow are for android/linux suspend/resume (…

android linux linux-device-driver resume suspend
Windows SuspendThread doesn't? (GetThreadContext fails)

We have an Windows32 application in which one thread can stop another to inspect its state [PC, etc.], by doing …

windows multithreading winapi suspend
How to get thread state (e.g. suspended), memory + CPU usage, start time, priority, etc

How do I get the information if a thread has been suspended with SuspendThread(). There is no API that gives …

c++ multithreading memory process suspend
How to prevent an android device from entering sleep (via adb command shell)

I am working on an embedded board with android on it. Unfortunately I cannot use the display as I dont …

android adb sleep suspend