Timeline for Saving and resuming position while iterating over a container
Current License: CC BY-SA 3.0
10 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Nov 6, 2015 at 6:05 | vote | accept | MrKatSwordfish | ||
| Nov 5, 2015 at 5:31 | comment | added | MrKatSwordfish | No problem and no need to delete anything! Like I wrote above, as a self-taught programmer, I really appreciate the chance to have people look at my code and help me out. Thanks for the comments! | |
| Nov 5, 2015 at 5:20 | comment | added | mjolka | Thanks for adding the code! I'll delete my comments soon. | |
| Nov 5, 2015 at 5:14 | history | edited | MrKatSwordfish | CC BY-SA 3.0 |
Further clarification and more code samples added.
|
| Nov 5, 2015 at 4:16 | comment | added | MrKatSwordfish |
Oh sorry, in this case a task is a node in my behavior tree. Composite tasks (sequencers, selectors, etc.) are tasks that contain other tasks to control the flow of execution. I didn't consider System.Threading.Tasks.Task at all, so it might be a bad name! - Also, I'll try to add a bit more relevant code without making too much of a mess of this question. Thanks!
|
|
| Nov 4, 2015 at 15:22 | answer | added | Ben Aaronson | timeline score: 7 | |
| Nov 4, 2015 at 15:03 | history | tweeted | twitter.com/StackCodeReview/status/661921648736673793 | ||
| Nov 4, 2015 at 10:16 | comment | added | mjolka |
I take it Task here does not refer to System.Threading.Tasks.Task? Otherwise CompositeTask will not compile. Can you please include all the code required to get this to compile? It looks like it has the potential to be a great question.
|
|
| Nov 4, 2015 at 10:04 | review | First posts | |||
| Nov 4, 2015 at 10:06 | |||||
| Nov 4, 2015 at 10:02 | history | asked | MrKatSwordfish | CC BY-SA 3.0 |