Bosma / Scheduler

Modern C++ Scheduling Library
MIT License
272 stars 74 forks source link

Callback not triggering from the DLL #28

Open leo9223 opened 1 year ago

leo9223 commented 1 year ago

The callback is working in the main function but when I am using Scheduler from DLL the function from the DLL is called perfectly but the callback in the same function is not triggering!