ThreadWeaver

From Infogalactic: the planetary knowledge core
Jump to: navigation, search
ThreadWeaver
Original author(s) KDE
Developer(s) KDE
Stable release 5.20.0 (March 13, 2016; 8 years ago (2016-03-13)) [±][1]
Preview release 5.0 beta 3 (June 5, 2014; 9 years ago (2014-06-05)) [±][2]
Operating system Linux, other Unix and Unix-like systems
Type System library multithreaded library
License LGPL
Website api.kde.org/frameworks-api/frameworks5-apidocs/threadweaver/html/index.html

<templatestyles src="Module:Hatnote/styles.css"></templatestyles>

ThreadWeaver is system library in KDE Frameworks 5 and KDE Software Compilation 4.[3] and incorporated into KDE Frameworks.[4] ThreadWeaver allows developers to easily take advantage of multi-core processors and multithreading.[3] In ThreadWeaver the workload is divided into individual jobs, then relationship between jobs (what order they should be completed or which has a higher priority); from that ThreadWeaver will work out the most efficient way to execute them. Krita has implemented visual filter previews using ThreadWeaver to prevent GUI lockups.

References

  1. Lua error in package.lua at line 80: module 'strict' not found.
  2. Lua error in package.lua at line 80: module 'strict' not found.
  3. 3.0 3.1 Lua error in package.lua at line 80: module 'strict' not found.
  4. Lua error in package.lua at line 80: module 'strict' not found.

Further reading

  • Lua error in package.lua at line 80: module 'strict' not found.