Query
Monday 28 June 2021
2021-06-28 15:07:12 (11 months ago) by Henrik Grubbström (Grubba) <grubba@grubba.org>
- Roxen/server/base_server/roxen.pike (+51/-12)(63 lines)
branch: 36e06a93d4897ad80c990a527e89ee4b6b9b6df1
Core: Added roxen.RoxenProcess.
This is a class with the same API as roxen.BackgroundProcess,
but that uses normal handler threads instead of background_run().
Also some related minor cleanup of roxen.BackgroundProcess.
Needed for [EP-1971].