Eric Pouech eric.pouech@orange.fr writes:
do you recommend this way of doing being the recommanded way for all the thunks which have been recently added ie assuming the app will only provide a limited number of functions being passed to the thunks, rather than trying to allocate/free the thunks when possible ?
Yes, it makes things simpler, but it only works if the thunks don't need to store any extra information, so it may not apply everywhere.