Deutsch English Français Italiano |
<v0t091$32qj6$1@raubtier-asyl.eternal-september.org> View for Bookmarking (what is this?) Look up another Usenet article |
Path: ...!news.nobody.at!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!raubtier-asyl.eternal-september.org!.POSTED!not-for-mail From: Bonita Montero <Bonita.Montero@gmail.com> Newsgroups: comp.lang.c++,comp.lang.c Subject: Re: Threads across programming languages Date: Wed, 1 May 2024 10:59:16 +0200 Organization: A noiseless patient Spider Lines: 27 Message-ID: <v0t091$32qj6$1@raubtier-asyl.eternal-september.org> References: <GIL-20240429161553@ram.dialup.fu-berlin.de> <v0ogum$1rc5n$1@dont-email.me> <v0ovvl$1ur12$4@dont-email.me> <v0p06i$1uq6q$5@dont-email.me> <v0shti$2vrco$2@raubtier-asyl.eternal-september.org> <v0spsh$31ds4$3@dont-email.me> <v0stic$325kv$3@raubtier-asyl.eternal-september.org> <v0svtn$32o8h$1@dont-email.me> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Injection-Date: Wed, 01 May 2024 10:59:13 +0200 (CEST) Injection-Info: raubtier-asyl.eternal-september.org; posting-host="d66863e752376af43732745fa2825b15"; logging-data="3238502"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18GLOSbBXrPnBwVTPJNHABPlL6uHIpIGwg=" User-Agent: Mozilla Thunderbird Cancel-Lock: sha1:NXwbG9FCv5AjzZpqPz6vhqB7s5g= In-Reply-To: <v0svtn$32o8h$1@dont-email.me> Content-Language: de-DE Bytes: 2160 Am 01.05.2024 um 10:53 schrieb Lawrence D'Oliveiro: > On Wed, 1 May 2024 10:13:03 +0200, Bonita Montero wrote: > >> Am 01.05.2024 um 09:10 schrieb Lawrence D'Oliveiro: >> >>> On Wed, 1 May 2024 06:54:13 +0200, Bonita Montero wrote: >>> >>>> Boost.ASIO does that all for you with a convenient interface. >>>> If enabled it even uses io_uring or the Windows' pendant. >>> >>> How many languages does it support? >> >> Just C++ ... > > Not much use, then. System-level programming is mostly made with C++. > But functions and classes are not first-class objects in C++, ... Of course, since C++11. > You cannot define function factories and class factories, like you > can in Python. Python is nothing for me since it is extremely slow.