Rezumat articol ediţie STUDIA UNIVERSITATIS BABEŞ-BOLYAI

În partea de jos este prezentat rezumatul articolului selectat. Pentru revenire la cuprinsul ediţiei din care face parte acest articol, se accesează linkul din titlu. Pentru vizualizarea tuturor articolelor din arhivă la care este autor/coautor unul din autorii de mai jos, se accesează linkul din numele autorului.

 
       
         
    STUDIA INFORMATICA - Ediţia nr.2 din 2023  
         
  Articol:   ON COMPOSING ASYNCHRONOUS OPERATIONS.

Autori:  RADU LUPȘA, DANA LUPȘA.
 
       
         
  Rezumat:  
DOI: 10.24193/subbi.2023.2.03

Published Online: 2023-12-22
pp. 41-52

VIEW PDF


FULL PDF

Asynchronous operations are very useful for actions that wait for an external event or work for a long time, to avoid blocking the thread that launches them. Unfortunately, whether they report their termination via callbacks or via completing a future, composing several asynchronous calls is difficult and error prone. The continuations mechanism (provided, for example, in C# Task Parallel Library via ContinueWith()) offers limited support for scheduling a sequence of operations. In this paper we try to improve this mechanism with better support for sequencing operations and exceptions, and with support for conditionals and loops, while covering the specifics of a C++ implementation. The most recent version of our source code is at [14].

Received by the editors: 28 February 2023.


2010 Mathematics Subject Classification. 68N19, 68Q85.

1998 CR Categories and Descriptors. D.3.3 [Software]: Programming Languages – Language Constructs and Features; D.1.3 [Software]: Programming Techniques – Language Concurrent Programming; D.2.2 [Software]: Software Engineering – Design Tools and Techniques.

Keywords and phrases: asynchronous programming.
 
         
     
         
         
      Revenire la pagina precedentă