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/28 11:24:00 UTC

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

     [ https://issues.apache.org/jira/browse/MINIFICPP-1979?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martin Zink updated MINIFICPP-1979:
-----------------------------------
    Status: Patch Available  (was: In Progress)

https://github.com/apache/nifi-minifi-cpp/pull/1457

> 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
>            Priority: Minor
>
> 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)