User Tools

Site Tools


yield

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Last revisionBoth sides next revision
yield [2018/04/22 10:10] – created wolfgangriedmannyield [2018/04/22 10:18] wolfgangriedmann
Line 58: Line 58:
 c:\swapfile.sys c:\swapfile.sys
 end creating list</code> end creating list</code>
 +To explain a bit more: the ''yield'' returns the member of the list, and the calling code can work immediatly with instead of waiting for the called function to be complete.
 +This is particularly useful if you have longer processes and need to refresh the user interface.
yield.txt · Last modified: 2018/04/22 10:20 by wolfgangriedmann