Arc Forumnew | comments | leaders | submitlogin
1 point by bOR_ 6179 days ago | link | parent

Is it possible to have it in a local way? (per function / module)


1 point by almkglor 6179 days ago | link

No, or rather not yet.

It might be possible to do so by using some sort of dynamic global (a la kennytilton's implementation some time back, but using 'thread-local objects to handle it).

-----