[Top]
Pike
Pike.Backend
|
Method Pike.Backend()->`()()
- Method
`()
-
float|int(0..0) `()(void|float|int(0..0) sleep_time)
- Description
-
Perform one pass through the backend.
- Parameter sleep_time
-
Wait at most sleep_time seconds. The default when
unspecified or the integer 0 is no time limit.
- Returns
-
If the backend did call any callbacks or call outs then the
time spent in the backend is returned as a float. Otherwise
the integer 0 is returned.
|