sieve_seng_get_can_go_async
Last updated March 2020
Name
sieve_seng_get_can_go_async — Determine whether or not the Sieve engine can run asynchronously
Synopsis
#include "sieve/ecseive.h"
| int **sieve_seng_get_can_go_async** (
| seng)
; | |
Description
Determine whether or not the Sieve engine can run asynchronously by getting the can_go_async
field of the Sieve engine.
- seng
-
The Sieve engine state.
This function returns 1
if the engine can run asynchronously and 0
if it cannot.
It is legal to call this function in any thread.
See Also
Was this page helpful?