zthread
zthread copied to clipboard
Simple Thread implementation for ABAP. Based on JAVA Thread, its Runnable interface with some additional callback capabilities.
There is currently no way to specify a server group (RZ12) when the FM ZTHREAD_START is called. Is this a bug or a feature?
It is checked whether runnable is an instance of ZIF_RUNNABLE. https://github.com/xinitrc86/zthread/blob/0c8cdb7ebde82475a639a55954e063a920559bb7/src/zcl_thread.clas.abap#L251 This is done using "is instance of" which is only available from 7.50 onwards. We are still on 7.4...
Hi! If you plan to place this project on dotabap.org, how about prefixing the objects so that there is no collision between repositories? Suggest that you prefix object names, eg....