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)
; | |
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.
- seng
-
The Sieve engine state.
- flag
-
Set this to
1
or0
.
This function returns void.
It is legal to call this function in any thread.
See Also
Was this page helpful?