You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Martin Zink (Jira)" <ji...@apache.org> on 2022/11/09 09:32:00 UTC

[jira] [Created] (MINIFICPP-1979) Use Coroutines with asio

Martin Zink created MINIFICPP-1979:
--------------------------------------

             Summary: Use Coroutines with asio
                 Key: MINIFICPP-1979
                 URL: https://issues.apache.org/jira/browse/MINIFICPP-1979
             Project: Apache NiFi MiNiFi C++
          Issue Type: Improvement
            Reporter: Martin Zink
            Assignee: Martin Zink


All of our compilers support coroutines, (for gcc 10.2(centos, docker) but it must be enabled with the -fcoroutines flag)

The async operations in asio use callback chains, which can be made much simpler with coroutines. 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)