想用多线程
-
想用线程池去处理监听,但是我不知道具体怎么实现,各位大佬能点拨一下吗
-
val executors = Executors.newFixedThreadPool(3) bot.eventChannel.subscribeAlways<MessageEvent>(executors.asCoroutineDispatcher()) { }
-
所以为啥要用线程池,kotlin协程不香吗
-
@CuteReimu 我是Java