Concurrent computing: Difference between revisions

Content deleted Content added
Pielo (talk | contribs)
m Added PHP programming language as example - Support of concurrent programming since 2019
Converted citations
Tags: Visual edit Mobile edit Mobile web edit
Line 124:
* [[Axum (programming language)|Axum]]—___domain specific, concurrent, based on actor model and .NET Common Language Runtime using a C-like syntax
* [[BMDFM]]—Binary Modular DataFlow Machine
* [[C++]]—thread and coroutine support libraries<ref>{{Cite web |title=Standard library header <thread> (C++11) |url=https://en.cppreference.com/w/cpp/header/thread {{Bare URL inline|access-date=August 2024-10-03 |website=en.cppreference.com}}</ref><ref>{{Cite web |title=Standard library header <coroutine> (C++20) |url=https://en.cppreference.com/w/cpp/header/coroutine {{Bare URL inline|access-date=August 2024-10-03 |website=en.cppreference.com}}</ref>
* [[Cω]] (C omega)—for research, extends C#, uses asynchronous communication
* [[C Sharp (programming language)|C#]]—supports concurrent computing using lock, yield, also since version 5.0 async and await keywords introduced