Current section
Files
Jump to
Current section
Files
include/test_Yield.hrl
-record(yield, {
marker :: binary(),
op :: fun((fun((any()) -> test:ctrl(any()))) -> test:ctrl(any())),
cont :: fun((any()) -> test:ctrl(any()))
}).