Files
mlua-rs-mlua/src
kyren 4b7a3403bc Cleanups of userdata handling, particularly around callbacks
First, make sure that `add_methods` cannot trigger another userdata registry
insert, causing an unintended panic.  Second, remove `RefCell` surrounding
userdata hashmap, as this change makes it no longer needed.  Third, add a
`RefCell` around `Callback` because FnMut means that callbacks cannot recurse
into themselves, and panic appropriately when this happens.  This should
eventually be turned into an error.
2017-10-14 18:26:09 -04:00
..
2017-09-26 11:36:50 -04:00
2017-09-14 22:59:59 +02:00
2017-09-15 20:56:46 +02:00
2017-09-14 22:59:59 +02:00