achalagarwal / keystrokes

extensible and powerful framework for keystroke analysis
GNU General Public License v3.0
2 stars 0 forks source link

Abstractions #13

Open achalagarwal opened 4 years ago

achalagarwal commented 4 years ago

Is your feature request related to a problem? Please describe. For extending streams, there are some common paradigms that are required:

while(1):
  # do something
  # if-then break
continue

Describe the solution you'd like An abstraction to hide that