theigl commented on issue #1878: URL: https://github.com/apache/fury/issues/1878#issuecomment-2408870141
Ah OK! Thanks for clarifying this. Is there a reason the API has to be so complicated for `ThreadPoolFury`? I understand that it has to be this way if I want to customize the class loader on a per-call or per-thread basis. But in my case I just want to use a "hard-coded" class loader for each and every thread. Could it not use the class loader passed to `.withClassLoader(xyz)` by default? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
