略微加速

PHP官方手册 - 互联网笔记

PHP - Manual: SyncEvent

2024-04-27

The SyncEvent class

(PECL sync >= 1.0.0)

简介

A cross-platform, native implementation of named and unnamed event objects. Both automatic and manual event objects are supported.

An event object waits, without polling, for the object to be fired/set. One instance waits on the event object while another instance fires/sets the event. Event objects are useful wherever a long-running process would otherwise poll a resource (e.g. checking to see if uploaded data needs to be processed).

类摘要

class SyncEvent {
/* 方法 */
public __construct(string $name = ?, bool $manual = false, bool $prefire = false)
public fire(): bool
public reset(): bool
public wait(int $wait = -1): bool
}

目录

add a noteadd a note

User Contributed Notes

There are no user contributed notes for this page.

官方地址:https://www.php.net/manual/en/class.syncevent.php

北京半月雨文化科技有限公司.版权所有 京ICP备12026184号-3