pike.git
/
CHANGES
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/CHANGES:329:
to an active (or not) execution context. It can be used to eg examine (and change) local variables, and is intended for debugger use. o Web.EngineIO & Web.SocketIO o Protocols.HTTP2 o Bittorrent.DHT o Standards.MsgPack o Web.Auth & Web.Api
+
o Thread.RWMutex
-
+
This class implements a multiple reader / single writer mutex.
+
+
New features ------------ o predef::backtrace() predef::backtrace() now takes an optional argument that causes it to return LiveBacktraceFrames (instead of BacktraceFrames), which may be used to access local variables for the frame while they are still in use. This is intended for debugger use.