首页
学习
活动
专区
圈层
工具
发布
    • 综合排序
    • 最热优先
    • 最新优先
    时间不限
  • 来自专栏Java工程师成长之路

    @Async源码探究

    task-2 is running task-2 is over task-4 is running task-4 is over task-1 is running task-1 is over task -3 is running task-3 is over StopWatch 'async test': running time (millis) = 1018 ------------------- -3 is running task-3 is over task-4 is running task-4 is over task-7 is running task-7 is over task-2 -3 is running task-3 is over task-5 is running task-5 is over task-8 is over task-4 is running task-6 -3 is running task-3 is over task-5 is over StopWatch 'async test': running time (millis) = 3021 ----

    61530发布于 2019-10-09
  • 来自专栏Android进阶之路

    Android 学习笔记思考篇

    :06.316 E/task: task-1: onPreExecute 16:42:06.316 E/task: task-2: onPreExecute 16:42:06.316 E/task: task AsyncTask #3,5,main] 16:42:22.706 E/task: task-2: onPostExecute 44850, 3000000 16:42:22.708 E/task: task -3: doInBackground Thread[AsyncTask #4,5,main] 16:42:27.710 E/task: task-3: onPostExecute 44850, 4000000 :26.874 E/task: task-5: onPreExecute 17:26:26.874 E/task: task-6: onPreExecute 17:26:26.874 E/task: task AsyncTask #4,5,main] 17:26:33.436 E/task: task-1: onPostExecute 44850, 3951253 17:26:33.436 E/task: task

    84710发布于 2019-06-28
  • 来自专栏编程笔记

    Spring Boot系列之@Async异步调用

    测试结果: 2020-11-11 22:27:05.152 INFO 18888 --- [ task-3] c.f.s.a.s.impl.TestAsyncServiceImpl c.f.s.a.s.impl.TestAsyncServiceImpl : 计算任务-149 2020-11-11 22:27:07.154 INFO 18888 --- [ task

    72700发布于 2020-11-11
  • AbMole小讲堂丨即用型Tribromoethanol(阿佛丁)在科研动物实验中的作用麻醉机理与配制方案

    此外,Tribromoethanol还可激活TASK-3钾通道并调节神经细胞膜电位,从而产生麻醉效果[2]。 Srikantha, et al., Halogenated Ether, Alcohol, and Alkane Anesthetics Activate TASK-3 Tandem Pore Potassium

    31010编辑于 2025-11-14
  • 来自专栏程序猿DD

    什么?用@Async会内存溢出?看看你的线程池配置了没!

    com.didispace.chapter76.AsyncTasks       : 开始做任务二 2021-09-15 00:30:14.819  INFO 77614 --- [         task com.didispace.chapter76.AsyncTasks       : 完成任务二,耗时:672毫秒 2021-09-15 00:30:19.496 INFO 77614 --- [         task

    1.2K20编辑于 2023-04-04
  • 来自专栏程序猿DD

    Spring Boot 中使用@Async实现异步调用,加速任务执行!

    执行一下上述的单元测试,可以看到如下结果: 2021-09-11 23:33:38.842  INFO 95891 --- [         task-3] com.didispace.chapter75 com.didispace.chapter75.AsyncTasks       : 完成任务二,耗时:6312毫秒 2021-09-11 23:33:47.308 INFO 95891 --- [         task

    1K10编辑于 2023-04-04
  • 来自专栏小工匠聊架构

    SpringBoot - 优雅的实现【异步编程】

    所以,线程名称是 task-1 , task-2, task-3 , task-4… 2022-03-02 22:33:47.007 [http-nio-8080-exec-6] INFO com.artisan.controller.AsyncController :33:48.021 [task-4] INFO com.artisan.jobs.AsyncJob:35 - job2 cost 2014 ms 2022-03-02 22:33:48.021 [task

    2.1K30编辑于 2022-03-03
  • 来自专栏JavaGuide

    5分钟搞懂如何在Spring Boot中Schedule Tasks

    is now 14:27:32 Current Thread : task-2 Fixed Delay Task : The time is now 14:27:34 Current Thread : task

    2.3K20发布于 2020-05-08
  • 来自专栏彤哥读源码

    死磕 java线程系列之创建线程的8种方式

    creatingThread08Service.call(); creatingThread08Service.call(); creatingThread08Service.call(); }} 运行结果如下: task

    36000发布于 2019-10-10
  • 来自专栏Java架构学习路线

    8种创建Java线程的方式,你知道几个?

    creatingThread08Service.call(); creatingThread08Service.call(); creatingThread08Service.call(); } } 运行结果如下: task

    46600发布于 2019-10-09
  • 来自专栏数据科学(冷冻工厂)

    Python 异步: 当前和正在运行的任务(9)

    , <coroutine object task_coroutine at 0x10e186ab0>> Task-1, <coroutine object main at 0x10e1847b0>> Task

    1.4K00编辑于 2023-02-14
  • 来自专栏数据科学(冷冻工厂)

    Python 异步: 当前和正在运行的任务(9)

    <coroutine object task_coroutine at 0x10e186ab0> > Task-1, <coroutine object main at 0x10e1847b0> > Task

    1.2K10编辑于 2023-02-27
  • 来自专栏代码工具

    go限流组件包rate源码分析

    :121: task start at Task-2 run success 2021-07-07 16:13:07 rateLimit_test.go:121: task start at Task

    1.7K30编辑于 2022-06-30
  • 来自专栏刘悦的技术博客

    运筹帷幄决胜千里,Python3.10原生协程asyncio工业级真实协程异步消费任务调度实践

    defined at /Users/liuyue/Downloads/upload/test/test_async.py:4> result='job1任务结果'>, <Task finished name='<em>Task</em>

    66130编辑于 2022-08-08
  • 来自专栏wxilejun的专栏

    运筹帷幄决胜千里,Python3.10原生协程asyncio工业级真实协程异步消费任务调度实践 (转载非原创)

    defined at /Users/liuyue/Downloads/upload/test/test_async.py:4> result='job1任务结果'>, <Task finished name='<em>Task</em>

    68250编辑于 2022-08-09
  • 来自专栏APS-高级计划与排程

    OptaPlanner规划引擎的工作原理及简单示例(2)

    (0hard/-800soft), best score (0hard/-700soft), accepted/selected move count (1/1), picked move (Task 0hard/-800soft), best score (0hard/-700soft), accepted/selected move count (1/22), picked move (Task

    4.5K11发布于 2019-09-07
  • 来自专栏深入浅出java后端

    不看绝对后悔的@Async深度解析【不仅仅是源码那么简单】

    09-15 19:36:54.302,[task-2], com.examp.service.impl.TestServiceImpl - 嘻嘻 - 2021-09-15 19:36:54.302,[task

    2.1K20编辑于 2022-08-23
  • 来自专栏编码视界

    asyncio 使用总结

    23T13:48:01.710907', 'coroutine_id': 5095252480} <class '_asyncio.Task'> PENDING: <Task finished name='<em>Task</em>

    86986编辑于 2024-11-24
  • 来自专栏数安视界

    解锁Python高并发:asyncio核心机制与实战应用精讲

    23T13:48:01.710907', 'coroutine_id': 5095252480} <class '_asyncio.Task'> PENDING: <Task finished name='<em>Task</em>

    58121编辑于 2025-07-08
  • 来自专栏Java工程师成长之路

    zookeeper使用详解(命令、客户端、源码)

    持久模式和ephemeral模式外,ZNode还可以是有序的(自动分配自增ID到节点上,比如task-1,task-2,task-3) 因此ZNode一共有四种形态: 持久 持久有序 ephemeral

    2.6K41发布于 2019-09-10
领券