flux-framework / dyad

DYAD: DYnamic and Asynchronous Data Streamliner
GNU Lesser General Public License v3.0
7 stars 5 forks source link

considering to change name module and core #105

Open JaeseungYeom opened 7 months ago

JaeseungYeom commented 7 months ago

core can be split into core and client. module could be server I have dyad_ctx.{h|c} which only deals with the initialization and finalization of dyad_ctx_t singleton object. This can remain in core and the rest of consumer and producer can move to client

ilumsden commented 1 month ago

The core/client split is done by #120