|
Ev::embeddableBackendsReturns the set of backends that are embeddable in other event loops. Beschreibung
final
public
static
void
Ev::embeddableBackends
( void
)
Returns the set of backends that are embeddable in other event loops. Parameter-ListeDiese Funktion hat keine Parameter. RückgabewerteReturns a bit mask which can containing backend flags combined using bitwise OR operator. BeispieleBeispiel #1 Embedding loop created with kqueue backend into the default loop
<?phpSiehe auch
|