fiber icon indicating copy to clipboard operation
fiber copied to clipboard

userland threads

Results 45 fiber issues
Sort by recently updated
recently updated
newest added

### Operating System Windows 11 Windows SDK 10.0.26100.0 ### Describe the issue The MSVC team regularly builds popular open-source projects, including yours, with development versions of the build tools in...

Fix: https://github.com/boostorg/fiber/issues/289 Clarify instructions for using AddressSanitizer with Boost.Context.

Recently I'm reading the source code of `fiber::mutex`, I noticed that`fiber::mutex` will yield in `try_lock` no matter whether holding the lock or not? What's the considerations behind it, and can...

Hi! Starting with version 14.4, macOS SDK exposes a header that allows to operate with futexes: https://developer.apple.com/documentation/os/os_sync_wait_on_address. I made a quick change, and it seems to work in my application:...