Threaded 類

Threaded 類

(PECL pthreads >= 2.0.0)

簡介

Threaded 對像提供支援 pthreads 操作的基本功能,包括同步方法以及其他對程式設計師很有幫助的介面。

重要的是,Threaded 提供了隱式的執行緒安全機制,這個對像中的所有操作都是執行緒安全的。

類摘要

class Threaded implements Collectable, Traversable, Countable, ArrayAccess {
/* 方法 */
public chunk(int $size, bool $preserve): array
public count(): int
public extend(string $class): bool
public isRunning(): bool
public isTerminated(): bool
publicmerge(mixed $from, bool $overwrite = ?): bool
public notify(): bool
public notifyOne(): bool
public pop(): bool
public run(): void
public shift(): boolean
public synchronized(Closure $block, mixed $... = ?): mixed
public wait(int $timeout = ?): bool
}

目錄

發佈留言

發佈留言必須填寫的電子郵件地址不會公開。 必填欄位標示為 *