You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are some useful concurrency object in sb-concurrency, but because of it's not portable, they are not widely used. Are you interested in adding the rewrite portable object like mailbox, gate into lparallel (replace sbcl's thread with bordeaux-threads)? If so, I'd like to send you a pull request.
The text was updated successfully, but these errors were encountered:
lparalel.queue is largely similar to sb-concurrency's mailbox while remaining portable, as it rests upon the functionality of bordeaux-threads. For gates, I would avoid adding it to lparallel directly. Since it is lower-level, it should be part of bordeaux-threads or a bordeaux-threads replacement. With an improved bordeaux-threads, a better lparallel.queue could be written as well. I've been contemplating replacing bordeaux-threads for other reasons as well.
There are some useful concurrency object in sb-concurrency, but because of it's not portable, they are not widely used. Are you interested in adding the rewrite portable object like mailbox, gate into lparallel (replace sbcl's thread with bordeaux-threads)? If so, I'd like to send you a pull request.
The text was updated successfully, but these errors were encountered: