mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-25 23:16:14 +01:00
gio: Document that GSocket is not thread safe
https://bugzilla.gnome.org/show_bug.cgi?id=726318
This commit is contained in:
parent
7a86a6690a
commit
2b247e1589
@ -117,6 +117,10 @@
|
||||
* account the fact that your program will not automatically be killed
|
||||
* if it tries to write to %stdout after it has been closed.
|
||||
*
|
||||
* Like most other APIs in GLib, #GSocket is not inherently thread safe. To use
|
||||
* a #GSocket concurrently from multiple threads, you must implement your own
|
||||
* locking.
|
||||
*
|
||||
* Since: 2.22
|
||||
*/
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user