mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-18 21:29:18 +02:00
Rename module
This commit is contained in:
parent
44ab2b8de5
commit
f8d8616d65
3 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
||||||
(import (scheme base)
|
(import (scheme base)
|
||||||
(scheme read)
|
(scheme read)
|
||||||
(scheme write)
|
(scheme write)
|
||||||
(cyclone concurrency)
|
(cyclone concurrent)
|
||||||
(srfi 18))
|
(srfi 18))
|
||||||
|
|
||||||
;(define cv (make-condition-variable))
|
;(define cv (make-condition-variable))
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
;; once that starts going, double-back to how to allocate shared objects effectively.
|
;; once that starts going, double-back to how to allocate shared objects effectively.
|
||||||
;; probably want a (make-shared)
|
;; probably want a (make-shared)
|
||||||
;; may also way a way to allocate multiple shared objects at once (since a minor GC will likely be req'd)
|
;; may also way a way to allocate multiple shared objects at once (since a minor GC will likely be req'd)
|
||||||
(define-library (cyclone concurrency)
|
(define-library (cyclone concurrent)
|
||||||
(import
|
(import
|
||||||
(scheme base)
|
(scheme base)
|
||||||
)
|
)
|
Loading…
Add table
Reference in a new issue