Metadata-Version: 1.0
Name: ParallelThreading
Version: 0.4
Summary: Parallel Process Threading
Home-page: https://github.com/user/PythonAlex
Author: Python Alex
Author-email: obfuscate@riseup.net
License: MIT
Description: This program mimics the process of Intel and ARM CPU Instruction Processing
        
        [ FETCH ] [ DECODE ] [ EXECUTE ]
        
        Fetching all the instructions that are currently being executed in the pipeline
        
        Decoding all the Function Processes, Objectifying it, Preparing it
        
        Executing the Function Processes in Window Cycles [ Explained in Documenation ]
Platform: UNKNOWN
