How do you find idea of sending a signal to bot 1ms before turn end to allow him return some precomputed result? It would be especially useful in searches, when you want to use all given time. You have some computed response, but try further.
Neither am I. But this shouldn’t be an obstacle. It could be even less then 1ms difference, so if language or bot doesn’t support it, it would be handicaped only by this small additional quant of time, which is less then 1% of time. Java, c, c++ support it for sure, same do python signal — Set handlers for asynchronous events — Python 3.10.5 documentation.