bennyxqg / lua-alchemy

Automatically exported from code.google.com/p/lua-alchemy
0 stars 0 forks source link

Remove deprecated doString and doFile #151

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Users should use doStringAsync and doFileAsync instead.

Also remove special case in as3.flyield for non-async execution mode.

Don't forget to update docs, demos (#147) and tests.

Original issue reported on code.google.com by aglad...@gmail.com on 25 Feb 2012 at 1:56

GoogleCodeExporter commented 9 years ago
First, make sure that new functions are reentrant though... (Now they are not.)

Original comment by aglad...@gmail.com on 6 Mar 2012 at 9:57