Skip to main content

sieve_seng_set_can_go_async

Last updated March 2020

Name

sieve_seng_set_can_go_async — Define whether or not the Sieve engine can run asynchronously

Synopsis

#include "sieve/ecseive.h"

| **sieve_seng_set_can_go_async** ( | seng, |   | |   | flag); |   |

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

Description

Define whether or not the Sieve engine can run asynchronously. Sets the can_go_async field of the Sieve engine either on or off.

Parameters

seng

The Sieve engine state.

flag

Set this to 1 or 0.

Return Values

This function returns void.

Threading

It is legal to call this function in any thread.

See Also

Was this page helpful?