Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Fix bad assumption about methods being closures.
They're not, since they're looked up via a table in the meta-object. Thus this could cause data races when paths were being manipulated from different threads.
- Loading branch information