nklein / raft-communicate-chanl

Implementation of the Common Lisp RAFT-COMMUNICATE interface using CHANL channels

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RAFT-COMMUNICATE-CHANL package

The package implements the raft-communicate interface using CHANL communication channels.

To create an instance, use the following function:

(defun make-communicate-chanl () ...)

The peer handles must return a CHANL channel when passed to the method:

(defgeneric chanl (peer-handle))

About

Implementation of the Common Lisp RAFT-COMMUNICATE interface using CHANL channels

License:The Unlicense


Languages

Language:Common Lisp 100.0%