A state-of-the-art multithreading runtime: message-passing based, fast, scalable, ultra-low overhead
This does 2 things: - MPSC count is now optional, implementing the last part of #93 - MPSC count sanity checks does not load(moRelaxed) but directly check the old count returned by fetchAdd This should: - fix https://github.com/mratsim/weave/issues/49 - fix https://github.com/mratsim/weave/issues/85 - close #93
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be resolved. The issue was opened by mratsim and has received 1 comments.