Skip to content

Commit e08f385

Browse files
committed
Support GenServer.ex & Supervisor.ex
Carbon copy from upstream, and adapted to gen_server.erl Signed-off-by: Peter M <petermm@gmail.com>
1 parent e566902 commit e08f385

File tree

11 files changed

+2308
-1
lines changed

11 files changed

+2308
-1
lines changed

libs/exavmlib/lib/CMakeLists.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,16 @@ set(ELIXIR_MODULES
4141
Enumerable.Range
4242
Exception
4343
Function
44+
GenServer
4445
IO
4546
List
4647
Map
4748
MapSet
4849
Module
4950
Keyword
51+
Supervisor
52+
Supervisor.Default
53+
Supervisor.Spec
5054
Kernel
5155
Process
5256
Protocol

0 commit comments

Comments
 (0)