Skip to content

Transformers and effect libraries #469

Closed Answered by jtdaugherty
drlkf asked this question in Q&A
Discussion options

You must be logged in to vote

Yes that's what I intend to do.

Okay, thanks, this is very helpful to know! The reason I wanted to understand your intentions better is because doing I/O of this sort in the event handler itself is going to cause rendering latency or flat-out application unresponsiveness. Instead of doing I/O in the event handler -- particularly blocking I/O -- I recommend doing it in another thread. There are lots of ways one could do that, but I often take an approach that I described in this thread.

Since equipping EventM to better support I/O is in some ways a miscommunication of how Brick applications should be designed, I am not currently open to adding more support to EventM along the lines that …

Replies: 6 comments 4 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@drlkf
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by jtdaugherty
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
3 replies
@jtdaugherty
Comment options

@jtdaugherty
Comment options

@jtdaugherty
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants