Skip to content

Finished Improving Shell Option

James Southcott requested to merge improving_shell_option into main

Shell Option intead of waiting for a few seconds before getting replies, now uses Threads + Locks, (utilizing .wait() and .notify()) to return responses to the user instantly.

Merge request reports