Skip to content

Create Asynchronous Tasks that run independently on their own thread. Utilize various TaskTypes to handle callbacks. These Tasks will store the return value from the callback function.

Notifications You must be signed in to change notification settings

swiftdidit/lib-tasks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dependencies

Lib-Tasks is for creating Asynchronous Tasks that run independently on their own thread. Allowing for programmers to create and utilize various TaskTypes to handle callbacks.

Supported TaskTypes: [Default Runnable, Interval, and Delayed Tasks)

Example usage(s) -> are inside 'src/main.c'

This is a third-party library that can be used in your project however you like, it's simple and straight to the point.

About

Create Asynchronous Tasks that run independently on their own thread. Utilize various TaskTypes to handle callbacks. These Tasks will store the return value from the callback function.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published