Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37404353
en ru br
ALT Linux repos
S:0.9.0-alt1

Group :: System/Libraries
RPM: qcoro5

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 0.9.0-alt1
Build date: 12 may 2023, 13:16 ( 49.0 weeks ago )
Size: 114.89 Kb

Home page:   https://github.com/danvratil/qcoro

License: MIT
Summary: C++ Coroutines for Qt5
Description:

The QCoro library provides set of tools to make use of the C++20 coroutines
in connection with certain asynchronous Qt actions.

The major benefit of using coroutines with Qt types is that it allows writing
asynchronous code as if it were synchronous and, most importantly, while the
coroutine is co_awaiting, the Qt event loop runs as usual, meaning that your
application remains responsive.

Current maintainer: Sergey V Turchin

List of contributors

List of rpms provided by this srpm:

  • libqcoro5core0
  • libqcoro5core0-debuginfo
  • libqcoro5dbus0
  • libqcoro5dbus0-debuginfo
  • libqcoro5network0
  • libqcoro5network0-debuginfo
  • libqcoro5qml0
  • libqcoro5qml0-debuginfo
  • libqcoro5quick0
  • libqcoro5quick0-debuginfo
  • libqcoro5websockets0
  • libqcoro5websockets0-debuginfo
  • qcoro5-devel
ACL:
     
    design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    current maintainer: Michael Shigorin