[][src]Module reax::handler

Handlers for variables becoming dirty.

Structs

DirtiedList

An asynchronous, pollable list of node ids which have transitioned from clean to dirty.

ReaxChannel

A primitive non-Sync channel that is used by reax to wake up computed variables and handle events. Consider using DirtiedList or EagerCompute instead.

Traits

DirtiedHandler

Any type which can react actively to nodes becoming dirty.

Type Definitions

SharedDirtiedHandler

A shared, dynamically typed dirtied handler which can be passed to the reax runtime.