pike.git/
CHANGES
Branch:
Tag:
Non-build tags
All tags
No tags
2019-12-30
2019-12-30 09:57:23 by Henrik Grubbström (Grubba) <grubba@grubba.org>
44910d54a5eb874be7f57c93b47dca3e97ed6ac1 (
4
lines) (+
3
/-
1
)
[
Show
|
Annotate
]
Branch:
master
CHANGES: Added some more about Thread.Thread()->wait().
233:
o Stdio.UDP()->send() no longer throws errors on EMSGSIZE and EWOULDBLOCK.
-
o
If
a thread exits
with
by throwing, the thrown value is propagated to wait().
+
o
When
a thread exits by throwing, the thrown value is propagated to
+
wait().
Previously it was sent directly to master()->handle_error().
o String.trim_all_whites() renamed String.trim().