Joey
Joey
Adding graceful (though leaky) thread shutdown does appear to improve a lot of secondary issues I've been encountering with volatile even after the double bufferring. However I'm not sure how...
I've considered that although it's not really documented. Even then things shouldn't be hanging and segfaulting as they are. The current release definitely isn't stable or trustable. Also relying on...
https://en.wikipedia.org/wiki/Mauritanian_ouguiya See here that they "replaced" MRO with MRU. Do you strip retired?
Active would make sense. Mapping isn't necessarily so important, more of a thought. When a country changes one currency to another in the standard cases the previous is kaput rather...
A quick survey seems to suggest ISO is being a pain with the way they chain their currency standards (ISO 4217:YEAR) requiring an archaeologist to piece things together.
If a promise invokes anything asynchronous then it is not a promise. The purpose of a promise is to represent a value where its availability may not be guaranteed. If...
Same here but I'm not fond of this fix. Surely it should just need a return statement in the catch. ``` if (!dobj.val) return null; ``` This could be changed...
Is it possible to have a pool that instead keeps connections open in advance rather than reusing?
If I destroy the connection instead such as using end does the pool know to create a new connection? For transactional workloads first and foremost I usually have the connection...
https://github.com/mysql/mysql-server/blob/91a17cedb1ee880fe7915fb14cfd74c04e8d6588/libmysql/libmysql.cc