Skip to main content

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); |   |

SENG * <var class="pdparam">seng</var>;

Description

Determine whether or not the Sieve engine can run asynchronously by getting the can_go_async field of the Sieve engine.

Parameters

seng

The Sieve engine state.

Return Values

This function returns 1 if the engine can run asynchronously and 0 if it cannot.

Threading

It is legal to call this function in any thread.

See Also

Was this page helpful?