Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:113163 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 22159 invoked from network); 12 Feb 2021 22:38:54 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 12 Feb 2021 22:38:54 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 4B65D1804B1 for ; Fri, 12 Feb 2021 14:24:44 -0800 (PST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on php-smtp4.php.net X-Spam-Level: X-Spam-Status: No, score=-0.0 required=5.0 tests=BAYES_20,SPF_HELO_NONE, SPF_PASS autolearn=no autolearn_force=no version=3.4.2 X-Spam-Virus: No X-Envelope-From: Received: from mercury.negativeion.net (mercury.negativeion.net [199.38.81.6]) by php-smtp4.php.net (Postfix) with ESMTP for ; Fri, 12 Feb 2021 14:24:43 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by mercury.negativeion.net (Postfix) with ESMTP id 4A2A820C6763A8; Fri, 12 Feb 2021 17:24:43 -0500 (EST) Received: from mercury.negativeion.net ([127.0.0.1]) by localhost (mercury.negativeion.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 7etEvYOP0FQ9; Fri, 12 Feb 2021 17:24:42 -0500 (EST) Received: from [10.0.1.101] (unknown [173.225.146.47]) by mercury.negativeion.net (Postfix) with ESMTPSA id C596320C67639C; Fri, 12 Feb 2021 17:24:42 -0500 (EST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 13.4 \(3608.120.23.2.1\)) In-Reply-To: Date: Fri, 12 Feb 2021 16:24:42 -0600 Cc: internals@lists.php.net Content-Transfer-Encoding: quoted-printable Message-ID: <0349584A-2358-4018-B625-C1BD01DB48CC@trowski.com> References: To: Mark Randall X-Mailer: Apple Mail (2.3608.120.23.2.1) Subject: Re: [PHP-DEV] [RFC] Fibers From: aaron@trowski.com (Aaron Piotrowski) > On Feb 12, 2021, at 4:05 PM, Aaron Piotrowski = wrote: >=20 > The Fiber API would conflict or prevent async / await from being added = to PHP in the future. The two APIs can coexist and serve different = purposes. >=20 While probably obvious from the rest of the context of the email, for = clarity, I meant to state that the Fiber API would *not* conflict or = prevent async / await from being added to PHP in the future. Sorry for the noise! Aaron Piotrowski=