mirror of
https://github.com/boostorg/fiber.git
synced 2026-02-14 12:42:28 +00:00
Desk-checking pass through fiber_properties source code.
This commit is contained in:
@@ -34,7 +34,7 @@ fiber::join() {
|
||||
|
||||
if ( boost::this_fiber::get_id() == get_id() ) {
|
||||
throw fiber_resource_error( static_cast< int >( std::errc::resource_deadlock_would_occur),
|
||||
"boost fiber: trying joining itself");
|
||||
"boost fiber: trying to join itself");
|
||||
}
|
||||
|
||||
if ( ! joinable() ) {
|
||||
|
||||
Reference in New Issue
Block a user