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
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
The text was updated successfully, but these errors were encountered:
core
can be split intocore
andclient
.module
could beserver
I have
dyad_ctx.{h|c}
which only deals with the initialization and finalization ofdyad_ctx_t
singleton object.This can remain in
core
and the rest of consumer and producer can move toclient
The text was updated successfully, but these errors were encountered: