Zen
A cross-platform functional programming language

Closure::Action Struct Reference

Enumeration of actions to be taken after running the closure. More...

#include <zrt.hpp>

List of all members.

Public Types

enum  T { Noop, Next, Loop }
 

Enumeration of value.

More...

Detailed Description

Enumeration of actions to be taken after running the closure.


Member Enumeration Documentation

enum T

Enumeration of value.

Enumerator:
Next 

Do nothing, reenque this fiber.

Loop 

Go to next closure in fiber.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines