History log of /TaskScheduler/SchedulerTests/Tests/FiberTests.cpp (Results 1 – 5 of 5)
Revision Date Author Comments
# 5786033a 06-Oct-2016 Sergey Makeev <[email protected]>

Update fiber implementation for posix


# 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.


# 6e90b535 09-Sep-2016 s.makeev_local <[email protected]>

Improve built-in profiler


# ae5bbefb 08-Sep-2016 s.makeev_local <[email protected]>

Rewrote CreateFromCurrentThreadAndRun


# 2f083884 19-Aug-2016 s.makeev_local <[email protected]>

Change project files layout and fix some bugs

- Rewrite Posix MTEvent
- Fixed bug inside MTConcurrentQueueLIFO
- Updated tests