Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
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
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
lem-project
/
async-process
Public
Notifications
You must be signed in to change notification settings
Fork
14
Star
19
Code
Issues
6
Pull requests
2
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Allow lisp programs to read a process's stdout and stderr either separately or together.
- #32
#32
Open
ethanxxxl
wants to merge 17 commits into
lem-project:master
lem-project/async-process:master
from
ethanxxxl:master
ethanxxxl/async-process:master
Copy head branch name to clipboard
Conversation
Commits
17
(17)
Checks
Files changed
Open
Allow lisp programs to read a process's stdout and stderr either separately or together.
#32
ethanxxxl
wants to merge 17 commits into
lem-project:master
lem-project/async-process:master
from
ethanxxxl:master
ethanxxxl/async-process:master
Copy head branch name to clipboard
Commits
Commits on Jan 14, 2026
added support for reading stdout and stderr separately from processes
ethanxxxl
committed
b020910
View commit details
Copy full SHA for b020910
Browse repository at this point
updated cffi bindings to match new C lib API
ethanxxxl
committed
a479cac
View commit details
Copy full SHA for a479cac
Browse repository at this point
Commits on Jan 16, 2026
fixed memory leaks/errors identified with valgrind
ethanxxxl
committed
3cc06ef
View commit details
Copy full SHA for 3cc06ef
Browse repository at this point
process_write handles large amounts of data better, returns bytes written
ethanxxxl
committed
69aad35
View commit details
Copy full SHA for 69aad35
Browse repository at this point
Commits on Jan 17, 2026
process_write can now send arbitrarily large amounts of data
ethanxxxl
committed
bb48843
View commit details
Copy full SHA for bb48843
Browse repository at this point
Commits on Jan 22, 2026
fixed null terminator bug in receive-output functions
ethanxxxl
committed
6f3f936
View commit details
Copy full SHA for 6f3f936
Browse repository at this point
Commits on Jan 23, 2026
removed testing library path
ethanxxxl
committed
5e3b447
View commit details
Copy full SHA for 5e3b447
Browse repository at this point
Commits on Apr 2, 2026
tranistioning away from C library to pure lisp/cffi implementation. Wrote function to open a pty
ethanxxxl
committed
7f20a7f
View commit details
Copy full SHA for 7f20a7f
Browse repository at this point
Commits on Apr 5, 2026
syncing commit, WIP
ethanxxxl
committed
5d541d6
View commit details
Copy full SHA for 5d541d6
Browse repository at this point
Commits on Apr 6, 2026
added proces start function, needs testing, probably has errors. WIP
ethanxxxl
committed
c476af5
View commit details
Copy full SHA for c476af5
Browse repository at this point
Commits on Apr 17, 2026
implemented async-process using uiop:launch-program
ethanxxxl
committed
375dd29
View commit details
Copy full SHA for 375dd29
Browse repository at this point
lem now uses uiop implementation
ethanxxxl
committed
72dc423
View commit details
Copy full SHA for 72dc423
Browse repository at this point
Commits on Apr 18, 2026
fixed issue when receiving process output in blocking mode
ethanxxxl
committed
fa2ca0d
View commit details
Copy full SHA for fa2ca0d
Browse repository at this point
removed superfluous files and cffi dependency
ethanxxxl
committed
ba87d71
View commit details
Copy full SHA for ba87d71
Browse repository at this point
simplified project structure, removed c-lib stuff
ethanxxxl
committed
d6e9e5a
View commit details
Copy full SHA for d6e9e5a
Browse repository at this point
updated readme, added option to read error output
ethanxxxl
committed
468ce9f
View commit details
Copy full SHA for 468ce9f
Browse repository at this point
Commits on May 1, 2026
added with-process macro and cleaned up testing code.
ethanxxxl
committed
72a9b6d
View commit details
Copy full SHA for 72a9b6d
Browse repository at this point
You can’t perform that action at this time.