module api/doc: bless box region as a fiber region
Technically the box region always was fiber local. However we had an idea to make it global in a future, so we left a room in the guarantees stated by the documentation. Now I think that we should make it officially fiber local. If it is global, one can't use it across fiber yields (say, to collect something from a network). Also I don't like so vague guarantees. Just hard to use an object, which is either global or fiber local. Need to interpret a code in the head twice. Follows up commit c6117909 ('module api: expose box region'). NO_DOC=I will add it to https://github.com/tarantool/doc/issues/1611 NO_CHANGELOG=no behaviour changes Follows up #5273
Please register or sign in to comment