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
Signals3 use implicit arguments (given/using) to carry around execution contexts and event contexts. This will not work out if someone wanted to use the library from Java. On the other hand, just making these arguments explicit will make methods quite clunky. It would be great to have a dedicated Java API, but it needs some brainstorming.
The text was updated successfully, but these errors were encountered:
Signals3 use implicit arguments (
given
/using
) to carry around execution contexts and event contexts. This will not work out if someone wanted to use the library from Java. On the other hand, just making these arguments explicit will make methods quite clunky. It would be great to have a dedicated Java API, but it needs some brainstorming.The text was updated successfully, but these errors were encountered: