Hello,

Are Vibe.d's fibers compatible with ReadWriteMutex in core.sync.rwmutex? I'd like to be able to use it in my code for multithreaded (and multifibered) read access to data, but only single fiber write access.

Thanks,
--Dylan