elihart
07/09/2020, 7:45 PMcomplete
call that javac invokes on type symbols to fill in information about the type does not synchronize on mutable state.
In one of my complex annotation processors I have manually synchronized the Type completion so that I can parallelize processing with coroutines and it greatly sped up processing. It would be really nice if this was supported out of the box by KSP as it would allow processors to be fasterJiaxiang
07/10/2020, 1:46 AMelihart
07/13/2020, 6:40 PM