Difference between revisions of "Creating Multithreaded Skyrim Mods"
Jump to navigation
Jump to search
Creating Multithreaded Skyrim Mods (edit)
Revision as of 16:32, 19 January 2015
, 16:32, 19 January 2015no edit summary
imported>Chesko |
imported>Chesko |
||
Line 202: | Line 202: | ||
* '''Requires more state management:''' You can receive result callbacks at any time, which may make it necessary for you to re-evaluate the script's current state each time you receive one, depending on your application. | * '''Requires more state management:''' You can receive result callbacks at any time, which may make it necessary for you to re-evaluate the script's current state each time you receive one, depending on your application. | ||
More details about each approach are available in the next tutorials, with example code and definitions. | More details about each approach are available in the next tutorials, with example code and definitions. Press on! | ||
'''[http://www.creationkit.com/Creating_Multithreaded_Skyrim_Mods_Part_2_-_Futures Creating Multithreaded Skyrim Mods, Part 2 - Futures]''' |