py38-greenlet (python/py-greenlet) Updated: 2 months ago Add to my watchlist

Lightweight in-process concurrent programming

The "greenlet" package is a spin-off of Stackless, a version of CPython that supports micro-threads called "tasklets". Tasklets run pseudo-concurrently (typically in a single or a few OS-level threads) and are synchronized with data exchanges on "channels". A "greenlet", on the other hand, is a still more primitive notion of micro-thread with no implicit scheduling; coroutines, in other words. This is useful when you want to control exactly when your code runs. You can build custom scheduled micro-threads on top of greenlet; however, it seems that greenlets are useful on their own as a way to make advanced control flow structures. For example, we can recreate generators; the difference with Python's own generators is that our generators can call nested functions and the nested functions can yield values too. Additionally, you don't need a "yield" keyword. See the example in test_generator.py. Greenlets are provided as a C extension module for the regular unmodified interpreter.

Version: 3.1.1 License: MIT and PSF GitHub
Reset

279 build(s) found

Page 3 of 3 | Showing build(s) 201 to 279

Builder Build Number Start Time Elapsed Time Watcher Build Status
10.7 69544 2021-09-30 15:50:32 0:01:31 22240 build successful
11.arm64 30095 2021-09-30 15:07:07 0:00:33 10413 build successful
10.6.x86_64 69950 2021-08-10 10:53:25 0:04:28 20681 build successful
11 42553 2021-08-10 10:51:58 0:02:45 8704 build successful
10.15 67873 2021-08-10 10:47:10 0:02:34 18890 build successful
10.12 155573 2021-08-10 10:43:02 0:02:00 47235 build successful
10.14 96493 2021-08-10 10:41:03 0:02:13 29897 build successful
10.11 150657 2021-08-10 10:40:16 0:02:04 48247 build successful
10.13 119963 2021-08-10 10:35:12 0:01:48 39187 build successful
10.6 38143 2021-08-10 10:34:51 0:05:01 20710 build successful
10.10 152028 2021-08-10 10:31:38 0:01:30 48310 build successful
10.9 156277 2021-08-10 10:31:16 0:01:35 47993 build successful
10.8 57387 2021-08-10 10:31:10 0:01:25 18577 build successful
10.7 64901 2021-08-10 10:29:38 0:01:29 20718 build successful
11.arm64 27649 2021-08-10 10:11:52 0:00:34 8891 build successful
10.6.x86_64 56970 2021-05-19 15:21:50 0:05:28 18068 build successful
10.8 47015 2021-05-19 13:19:54 0:01:20 15968 build successful
10.7 53391 2021-05-19 13:04:12 0:01:14 18107 build successful
10.6 31638 2021-05-19 11:29:50 0:05:41 18099 build successful
10.6.x86_64 56855 2021-05-19 6:57:25 0:04:32 18063 failed install-port
10.6 31600 2021-05-19 6:45:50 0:05:30 18094 failed install-port
10.7 53274 2021-05-19 6:33:29 0:01:42 18102 failed install-port
10.8 46898 2021-05-19 6:29:28 0:02:02 15963 failed install-port
10.12 146884 2021-05-18 23:30:18 0:01:33 44587 build successful
10.15 58104 2021-05-18 20:50:35 0:01:50 16245 build successful
10.13 111306 2021-05-18 19:08:12 0:01:20 36540 build successful
11 30798 2021-05-18 10:01:33 0:02:46 6050 build successful
10.14 86992 2021-05-18 9:45:05 0:02:05 27248 build successful
10.11 141805 2021-05-18 9:17:02 0:01:44 45595 build successful
10.6.x86_64 56741 2021-05-18 9:09:10 0:04:42 18019 failed install-port
10.10 143307 2021-05-18 9:05:05 0:01:28 45661 build successful
10.9 147317 2021-05-18 8:51:00 0:01:25 45340 build successful
10.7 53178 2021-05-18 8:10:59 0:01:34 18059 failed install-port
10.6 31538 2021-05-18 7:59:17 0:07:00 18050 failed install-port
10.8 46798 2021-05-18 7:58:07 0:01:14 15920 failed install-port
11.arm64 20548 2021-05-18 7:01:54 0:00:30 6223 build successful
10.14 76283 2021-01-16 5:49:21 0:02:23 23142 build successful
11 14420 2021-01-13 18:38:14 0:02:49 1901 build successful
10.15 47698 2021-01-13 17:41:48 0:02:42 12697 build successful
10.11 130478 2021-01-13 17:36:25 0:02:19 41462 build successful
10.6.x86_64 44953 2021-01-13 17:30:29 0:04:51 13930 build successful
10.13 100359 2021-01-13 17:24:36 0:01:54 32417 build successful
10.12 135616 2021-01-13 17:20:06 0:01:52 40453 build successful
10.10 132124 2021-01-13 17:15:02 0:01:46 41518 build successful
10.8 35025 2021-01-13 17:08:44 0:01:44 11769 build successful
10.7 40572 2021-01-13 17:08:44 0:01:42 13909 build successful
10.9 135920 2021-01-13 17:00:19 0:01:14 41469 build successful
10.6 24056 2021-01-13 16:35:45 0:05:58 13921 build successful
11.arm64 8631 2021-01-13 15:55:20 0:00:43 1997 build successful
11 9751 2020-12-25 12:20:35 0:02:52 1232 build successful
11.arm64 5991 2020-12-20 23:34:27 0:00:50 1329 build successful
10.6 18010 2020-09-24 12:27:51 0:05:43 10432 build successful
10.14 67923 2020-09-24 11:28:11 0:02:21 19673 build successful
10.15 38913 2020-09-24 11:28:11 0:02:23 9226 build successful
10.13 91995 2020-09-24 11:26:50 0:02:12 28947 build successful
10.6.x86_64 35064 2020-09-24 11:26:23 0:04:51 10439 build successful
10.11 122132 2020-09-24 11:25:34 0:02:03 37990 build successful
10.12 127421 2020-09-24 11:25:34 0:01:50 36987 build successful
10.10 123755 2020-09-24 11:24:46 0:01:55 38045 build successful
10.8 26154 2020-09-24 11:24:25 0:01:47 8292 build successful
10.7 31229 2020-09-24 11:22:56 0:01:41 10428 build successful
10.9 127319 2020-09-24 11:21:28 0:01:20 37997 build successful
10.6 13710 2020-06-07 23:12:46 0:07:32 7267 build successful
10.11 115417 2020-06-07 21:02:13 0:02:31 34827 build successful
10.15 32005 2020-06-07 21:00:12 0:02:29 6061 build successful
10.14 61230 2020-06-07 20:58:50 0:01:57 16511 build successful
10.6.x86_64 27913 2020-06-07 20:58:09 0:04:59 7274 build successful
10.13 85344 2020-06-07 20:57:58 0:02:04 25783 build successful
10.9 120473 2020-06-07 20:53:33 0:01:18 34836 build successful
10.6 10514 2020-03-29 9:11:02 0:06:26 4712 build successful
10.13 80181 2020-03-25 9:46:51 0:01:50 23538 build successful
10.7 19146 2020-03-24 8:07:04 0:02:08 4691 build successful
10.11 109572 2020-03-22 8:45:23 0:01:54 32273 build successful
10.15 25499 2020-03-01 15:16:02 0:02:31 3503 build successful
10.6.x86_64 21160 2020-03-01 14:58:47 0:04:51 4714 build successful
10.14 54937 2020-03-01 14:54:51 0:02:09 13958 build successful
10.12 115500 2020-03-01 14:40:19 0:01:42 31271 build successful
10.10 111506 2020-03-01 14:32:26 0:01:31 32337 build successful
10.9 114179 2020-03-01 14:28:48 0:01:24 32281 build successful