mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-23 20:15:05 +02:00
Update concurrent.sld
Add header comments
This commit is contained in:
parent
aaaf0c7c50
commit
a462b28ac9
1 changed files with 5 additions and 12 deletions
|
@ -1,15 +1,8 @@
|
|||
;; Notes:
|
||||
;; see: https://clojure.github.io/clojure/clojure.core-api.html#clojure.core/compare-and-set!
|
||||
;; initial operations to support:
|
||||
;; - create atomic
|
||||
;; - ref atomic
|
||||
;; - swap, see https://clojure.github.io/clojure/clojure.core-api.html#clojure.core/swap!
|
||||
;; - compare and swap?
|
||||
;;
|
||||
;;
|
||||
;; once that starts going, double-back to how to allocate shared objects effectively.
|
||||
;; 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)
|
||||
;;;; Cyclone Scheme
|
||||
;;;; https://github.com/justinethier/cyclone
|
||||
;;;;
|
||||
;;;; A library for writing concurrent programs using Cyclone.
|
||||
;;;;
|
||||
(define-library (cyclone concurrent)
|
||||
(import
|
||||
(scheme base)
|
||||
|
|
Loading…
Add table
Reference in a new issue