ggyy

Results 9 comments of ggyy

去掉可以。谢谢

I'm also have the same issue on windows 10 with visual studio 2017, it seems that on visual studio 2019 is ok.

https://github.com/yangxingpping/taskflow/commit/c84324860bdc13c8150e57d347a43fb3b5f61299 Yes, fixed.

if task should pause, return true or false, else return null. true, resumeTask will call paused task will call again; false, resume Task will skip paused task; nullopt, task like...

Does that can be achieved by other exists tasks?

I want to have an method to control pause or continue taskflow accurately, so I think this should be done before call executor.run(taskflow).

@tsung-wei-huang Yes, I will do in this week.

@junlinmessi smallest granularity is task.

I'm also have the same issue, Like hashtable_remove(table, key, out). hashtable key and value are both alloc by malloc before call hashtable_add(table, key, value), but I cann't get key pointer...