Skip to content
/ twine Public
forked from elk-audio/twine

Thread and Worker Interface for Elk Audio OS

License

Notifications You must be signed in to change notification settings

ffont/twine

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TWINE

Thread and Worker INterface for Elk Audio OS

Support library for managing realtime threads and worker pools

Copyright 2018-2019 Modern Ancient Instruments Networked AB, dba Elk, Stockholm, Sweden.

Usage

To include twine in a CMake based project the lines below needs to be added to the projects CMake configuration. Further build options can be found in twine/CMakeLists.txt add_subdirectory(twine) target_link_libraries(project PRIVATE twine)

This will also export the neccesary include folders so that the twine header file can then be included into source files with:

#include "twine/twine.h

About

Thread and Worker Interface for Elk Audio OS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 84.5%
  • CMake 9.7%
  • Shell 5.8%