Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
tcormackMW committed Jul 9, 2024
1 parent fbfe362 commit c228020
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions text/0014-Safe-Future.md
Original file line number Diff line number Diff line change
Expand Up @@ -261,15 +261,11 @@ namespace cppmicroservices::cmimpl
From a thread allocated to the Threadpool, a client will call `Update()` on a configuration. This update will be posted to the threadpool. In the simplest case of a threadpool size 1, and the old `Update()` API, this will deadlock as shown below.

```plantuml
@startuml
!include 0014-safe-future/unsafeUpdate.puml
@enduml
```

However with the new `Safe` API, this is resolved as follows:

```plantuml
@startuml
!include 0014-safe-future/safeUpdate.puml
@enduml
```

0 comments on commit c228020

Please sign in to comment.