pike.git
/
CHANGES
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/CHANGES:327:
Note that it is not possible to inhibit destruction due to running out of references or by the gc. o Pike.LiveBacktraceFrame This is similar to Pike.BacktraceFrame, but refers two-way 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 Pike.ProxyFactory()
+
+
This is a function that generates a proxy class for objects
+
of the given class.
+
+
o Web.Auth & Web.Api
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()