Skip to content
/ TSML Public

Inter Threading Thread Safe Messaging Library

Notifications You must be signed in to change notification settings

enessanc/TSML

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This is a basic header-only library for passing messages between threads safely.

To use it as a library just add to your source/external directory within your module.

add_subdirectory(...the directory of TSML...)
target_link_library({PROJECT_NAME} {VISIBILITY_CHOICE} TSML)

That should be enough to use it. You can find the basic usage of these headers in tests directory.

About

Inter Threading Thread Safe Messaging Library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published