| #
d8cd6e1f |
| 28-Mar-2020 |
Tsarevich Dmitry <[email protected]> |
Release the resources allocated by the ConvertThreadToFiber function
Found in https://github.com/SergeyMakeev/TaskScheduler/issues/4. See https://docs.microsoft.com/en-us/windows/win32/api/winbase/n
Release the resources allocated by the ConvertThreadToFiber function
Found in https://github.com/SergeyMakeev/TaskScheduler/issues/4. See https://docs.microsoft.com/en-us/windows/win32/api/winbase/nf-winbase-convertfibertothread for details.
show more ...
|
| #
436acff3 |
| 29-Jun-2017 |
s.makeev_local <[email protected]> |
Adding support for user-mode events on Windows.
|
| #
f7a9bfc3 |
| 16-Sep-2016 |
s.makeev_local <[email protected]> |
Imporve hybrid spin algorithm
|
| #
3d930776 |
| 15-Sep-2016 |
s.makeev_local <[email protected]> |
Implemented active wait feature.
Waiting thread now can process tasks and act as additional worker thread.
|
| #
d7cf17b1 |
| 02-Sep-2016 |
s.makeev_local <[email protected]> |
Threads now has priority and can be binded for cpu core
|
| #
c88507a8 |
| 22-Aug-2016 |
s.makeev_local <[email protected]> |
Added SetCurrentThreadName function.
- SetCurrentThreadName function - Updated posix event implementation (more safe)
|
| #
1e78cb24 |
| 16-Apr-2016 |
s.makeev_local <[email protected]> |
Replace all preprocessor macros to my own macros from MTConfig.h
|
| #
02d170cf |
| 15-Apr-2016 |
s.makeev_local <[email protected]> |
Refactored and added support for ORBIS
(ORBIS code is cut out from this public repository due to NDA)
|
| #
53ef36e3 |
| 14-Apr-2016 |
s.makeev_local <[email protected]> |
Fiber test was fixed. Some new asserts was added
|
| #
87ecbf38 |
| 24-Feb-2016 |
s.makeev <[email protected]> |
Fixed compilation when default fibers is used.
|
| #
f4db079d |
| 22-Feb-2016 |
s.makeev <[email protected]> |
Stack size for each task can be customized.
Task scheduler now support stack size feature. You can choose between standard and extended stack size required for task.
|
| #
d0d10efe |
| 30-Jan-2016 |
s.makeev <[email protected]> |
Windows.h was removed from all headers (replaced to MicroWindows.h)
|