Files
wasmer/lib/vm/src
ptitSeb b2170e3e4f Fix Wait/Notify opcode, the waiters hashmap is now on the Memory itself (#3723)
* Fix Wait/Notify opcode, the waiters hashmap is now on the Memory itself

* Refactored for clarity

* Use WAIT_ERROR everywhere

* Change from WAIT_ERROR to Option

* Added some unit test for threadconditions

* Switch from `Mutex<HashMap<...>>` to `DashMap<...>` for the NotifyMap

* Use FnvHasher for Dashmap

* Change timeout value in unit test to leave more margin to the system to react.

* Consolidate code, avoid duplication

* Put test in a test module

* Use an Result with custom error instead of an option for waiter
2023-04-13 15:36:41 +00:00
..
2023-02-09 18:58:43 +01:00
2022-12-16 11:47:04 +01:00
2022-12-16 11:47:04 +01:00
2022-12-16 11:47:04 +01:00
2022-12-22 11:23:46 +01:00
2023-03-13 13:53:52 +01:00
2022-08-05 15:40:32 +02:00
2022-12-16 11:47:04 +01:00