Skip to content

This repository implements periodic tasks API using POSIX RT signals

Notifications You must be signed in to change notification settings

alexbriskin/periodic_task

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

periodic_task

This repository implements periodic tasks API using POSIX RT signals. The signals that I've used are SIGRTMIN (33) to SIGRTMAX (64), so you cannot have more than 32 timers +per process+.

For some altervatives as well please see: http://www.2net.co.uk/tutorial/periodic_threads

About

This repository implements periodic tasks API using POSIX RT signals

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published