Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:121802 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 57293 invoked from network); 24 Nov 2023 11:23:34 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 24 Nov 2023 11:23:34 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 3206C18003E for ; Fri, 24 Nov 2023 03:23:38 -0800 (PST) X-Spam-Checker-Version: SpamAssassin 4.0.0 (2022-12-13) on php-smtp4.php.net X-Spam-Level: X-Spam-Status: No, score=-2.2 required=5.0 tests=ARC_SIGNED,ARC_VALID,BAYES_00, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,DMARC_PASS, RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H4,RCVD_IN_MSPIKE_WL,SPF_HELO_NONE, SPF_PASS autolearn=no autolearn_force=no version=4.0.0 X-Spam-Virus: No X-Envelope-From: Received: from sender4-of-o50.zoho.com (sender4-of-o50.zoho.com [136.143.188.50]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (prime256v1) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by php-smtp4.php.net (Postfix) with ESMTPS for ; Fri, 24 Nov 2023 03:23:37 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1700825008; cv=none; d=zohomail.com; s=zohoarc; b=Vw9hRshXkvBeBW+m9z+HvhqFUWXmWKcQt1zzUTqgGkKxMwNDu9gNryQK5ybAVHKxdFyPnmE8+6CEPPtyZsDiy/xqPsFrfVIERRlpo0U6DJ/G31YSZvqoR6/SqA7nhV17NmlWKYhHysNTJgGWPp8TPm1q1K/TiKUU58C+NrDZo5w= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1700825008; h=Content-Type:Content-Transfer-Encoding:Date:Date:From:From:In-Reply-To:MIME-Version:Message-ID:References:Subject:Subject:To:To:Message-Id:Reply-To:Cc; bh=zuuz8gYMVnxTOX64BHlS1XzaccdKFallplP41WASRnQ=; b=nTc6UnqWzeLld20eZ8OIUMqMXSFKV9IEvRWEM80yLFFi9NQyvaSLFI/ouGCMoGYTzs4Idu0PbgSMSlKV6eWpNi/rb5m57P20UNp0xLle1ddc9VrBz7vGsDte1Azjm7okiinKvt/OX9IK1RBGzSiTHUOS5CtdVZtiGnc3/54I0z8= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass header.i=daniil.it; spf=pass smtp.mailfrom=daniil@daniil.it; dmarc=pass header.from= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1700825008; s=daniil; d=daniil.it; i=daniil@daniil.it; h=Message-ID:Date:Date:MIME-Version:Subject:Subject:To:To:References:From:From:In-Reply-To:Content-Type:Content-Transfer-Encoding:Message-Id:Reply-To:Cc; bh=zuuz8gYMVnxTOX64BHlS1XzaccdKFallplP41WASRnQ=; b=i+IXpewq8Sr0LVdGw3N8ksz0/tYsmkHraEsZfctt+rXSTXCepvQJjotWOpuRETod vRF3JgjR8ZwfCwhLX3EE7bw2UyqeEaqeb0+emA+qygtAdaatR881dTjBDdohv5OUlTF qXiPM4tq2bD9vhV37BFT1nEmqNeSNWs1Uy74paU8= Received: from [192.168.69.130] (128.116.205.77 [128.116.205.77]) by mx.zohomail.com with SMTPS id 1700825004896305.6514096223385; Fri, 24 Nov 2023 03:23:24 -0800 (PST) Message-ID: <68fa29fa-8af7-4139-a4bb-a1b8b66ce474@daniil.it> Date: Fri, 24 Nov 2023 12:23:22 +0100 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird To: internals@lists.php.net References: Content-Language: en-US In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-ZohoMailClient: External Subject: Re: [PHP-DEV] Is it possible to add asynchronous loop call function ? From: daniil@daniil.it (Daniil Gentili) Hi, > Thinking about it some more, I think we can go even further than that > and actually implement defer (enjoying the code golf)! Dropping this here, just in case :) https://github.com/php-defer/php-defer From the posts on this thread (and the star count on php-defer), it seems there is indeed some interest in a defer keyword for PHP, might actually get to writing an RFC implementing the keyword itself this weekend... Regards, Daniil Gentili.