Skip to content

Commit

Permalink
indents in the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Евгений authored and Евгений committed May 3, 2023
1 parent 9653d3a commit bf9fb07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ with installed('flask==2.0.2') as context_1:
print(flask_2.__version__) # 2.0.0
```

> ⚠️ Keep in mind that although inter-thread isolation is used inside the library, working with contexts is not completely thread-safe. You can write code in such a way that two different contexts import different modules in separate threads at the same time. In this case, you may get paradoxical results. Therefore, it is recommended to additionally isolate with mutexes all cases where you import something from contexts in different threads.
> ⚠️ Keep in mind that although inter-thread isolation is used inside the library, working with contexts is not completely thread-safe. You can write code in such a way that two different contexts import different modules in separate threads at the same time. In this case, you may get paradoxical results. Therefore, it is recommended to additionally isolate with mutexes all cases where you import something from contexts in different threads.

## Options
Expand Down

0 comments on commit bf9fb07

Please sign in to comment.