Pudu programming language
Menu
API reference

Std.Signal.start

1 declaration

fn

start: Bool

This is a callable function.

What it does

Listen, and say whether the program is already being asked to stop.

The two things a service does at startup, in the order it must do them: a

request that arrives between listening and the first check is not missed,

because the flag it sets is the one this reads.

Read the signature

  • The text after the name is the type checked by Pudu.

Back to Std.SignalSearch related declarations