Overview
Comment: | wip |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | v1.64-synclaunch-threaded-q |
Files: | files | file ages | folders |
SHA1: |
18868f44fd07e5c73329377c60e946c8 |
User & Date: | bb on 2018-02-12 01:18:12 |
Other Links: | branch diff | manifest | tags |
Context
2018-02-12
| ||
15:58 | added threaded queue example check-in: b7bca59fa9 user: bjbarcla tags: v1.65 | |
01:18 | wip Leaf check-in: 18868f44fd user: bb tags: v1.64-synclaunch-threaded-q | |
2018-02-09
| ||
00:24 | wip check-in: 607db6ebc5 user: bb tags: v1.64-synclaunch-threaded-q | |
Changes
Modified example/q/threaded-queue.scm from [0280ba0d98] to [cba8217f2c].
︙ | |||
255 256 257 258 259 260 261 | 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 | + + + + + - + | (define (tjq:new #!key (qname (gensym)) (sync-job-cap 100)) (let* ((job-hash (make-hash-table)) (obj-mbox (make-mailbox))) (letrec ((dispatch-thread (tjq:dispatcher-thread job-thread-timeout-seconds: 0.01 timeout-seconds: 0.01 |
︙ | |||
324 325 326 327 328 329 330 | 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 | - + - + | (iota 6)) ;;(thread-sleep! 10) (q 'drain) ;;(q 'event-loop) )) (define (test-submit-bunch2) |