Skip to content

Releases: glutio/Taskfun

Fix BList::Add()

Choose a tag to compare

@glutio glutio released this 28 Jun 13:30
acc3fbf

Fix BList::Add() logic when _capacity is 0

Customize main loop priority

Choose a tag to compare

@glutio glutio released this 11 Jun 12:24

Added ability to set the priority of the main loop task in setupTasks()

Add pauseTask/resumeTask

Choose a tag to compare

@glutio glutio released this 11 Jun 07:25

Added pause task / resume task

Use copy ctor instead of assignment

Choose a tag to compare

@glutio glutio released this 10 Jun 18:15
b9a8493

Use copy constructor to create a copy of the argument to be passed to the task

Support passing argument by both reference and value

Choose a tag to compare

@glutio glutio released this 10 Jun 16:46
4fcaa60

Support passing argument by both reference and value to task function

Pass argument by reference

Choose a tag to compare

@glutio glutio released this 10 Jun 00:42
bf3dff2

Avoid extra copies by passing task argument by reference

added compareAndSet()

Choose a tag to compare

@glutio glutio released this 08 Jun 21:15
25790f9

Added compareAndSet to SyncVar
Updated TaskPrimitives example

Weighted scheduler

Choose a tag to compare

@glutio glutio released this 08 Jun 20:32
af4ef08

Incorporated task count at each priority level in priority selection
Improved examples

Works together with Eventfun

Choose a tag to compare

@glutio glutio released this 04 Jun 18:17

Update BPtr to the same as used by Taskfun
Fix header define to work together with Taskfun

Rename killTask

Choose a tag to compare

@glutio glutio released this 04 Jun 17:59
f63ad6c

Renamed killTask() to stopTask()
Added currentTask() api