vegardit / haxe-concurrent

A haxelib for basic platform-agnostic concurrency support
https://vegardit.github.io/haxe-concurrent/
Apache License 2.0
82 stars 14 forks source link

Concurrent Map #15

Closed pewsplosions closed 2 years ago

pewsplosions commented 2 years ago

Hi, just found this library and it seems great. Was just wondering if there are plans to implement a Concurrent Map?

sebthom commented 2 years ago

I added a SynchronizedMap. Can you have a try and give feedback if it works for you? https://github.com/vegardit/haxe-concurrent/blob/main/src/hx/concurrent/collection/SynchronizedMap.hx