ruffle/core
David Wendt a59fffbc4e Ensure that the value of the newly constructed `this` is returned in all cases.
This involves the use of a "stack continuation" system. Due to previous lifetime issues with using closures directly (see `8ea6c6234dba925ec5fbc61502627fb62b05916c`), we instead use a macro that constructs a `Collect`able type holding the things the continuation needs to continue working with. The syntax is largely similar to Rust closures but with the addition of an explicit list of bound variables, all of which must be `Collect`.
2019-11-20 14:30:29 -05:00
..
assets text: Add dummy implementation of device text 2019-10-07 23:23:45 -07:00
src Ensure that the value of the newly constructed `this` is returned in all cases. 2019-11-20 14:30:29 -05:00
tests tests: Add test for DoInitAction 2019-10-29 11:11:25 -07:00
Cargo.toml build(deps): bump rand from 0.6.5 to 0.7.2 (#124) 2019-11-20 18:30:54 +00:00